Searched defs:found_out (Results 1 - 1 of 1) sorted by relevance

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

Completed in 21 milliseconds