Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dusb_libusb.cpp417 bool found_out = false; in FindInterface() local
430 if (endpoint_is_output(endpoint_addr) && !found_out) { in FindInterface()
431 found_out = true; in FindInterface()
448 if (found_in && found_out) { in FindInterface()
454 << "(found_in = " << found_in << ", found_out = " << found_out << ")"; in FindInterface()