Searched refs:found_in (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/client/
H A Dusb_libusb.cpp250 bool found_in = false; local
267 } else if (!endpoint_is_output(endpoint_addr) && !found_in) {
268 found_in = true;
281 if (found_in && found_out) {
287 << "(found_in = " << found_in << ", found_out = " << found_out << ")";

Completed in 62 milliseconds