Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_libusb.cpp251 bool found_out = false; in process_device() local
263 if (endpoint_is_output(endpoint_addr) && !found_out) { in process_device()
264 found_out = true; in process_device()
281 if (found_in && found_out) { in process_device()
287 << "(found_in = " << found_in << ", found_out = " << found_out << ")"; in process_device()