Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 3 of 3) sorted by relevance

/system/uapp/waitfor/
A Dwaitfor.c46 static bool matched = false; variable
90 matched = true; in watchcb()
266 if (matched && forever) { in main()
/system/fidl/fuchsia-sysmem/
A Dallocator.fidl53 // kernel object id (KOID) and adds it to a list to be matched up with
55 // |AllocateSharedCollection()|. Once matched, the token is closed
/system/dev/usb/usb-test/usb-tester/
A Dusb-tester.cpp318 bool matched = false; in VerifyLoopback() local
319 while (out_idx < out_reqs.size() && !matched) { in VerifyLoopback()
329 matched = memcmp(in_data, out_data, out_usb_req->response.actual) == 0; in VerifyLoopback()
333 if (matched) { in VerifyLoopback()

Completed in 8 milliseconds