Searched defs:endpoint_addr (Results 1 - 1 of 1) sorted by last modified time

/system/core/adb/client/
H A Dusb_libusb.cpp255 const uint8_t endpoint_addr = endpoint_desc.bEndpointAddress; local
264 if (endpoint_is_output(endpoint_addr) && !found_out) {
266 bulk_out = endpoint_addr;
268 } else if (!endpoint_is_output(endpoint_addr) && !found_in) {
270 bulk_in = endpoint_addr;

Completed in 33 milliseconds