HomeSort by relevance Sort by last modified time
    Searched full:endpoint_addr (Results 1 - 1 of 1) sorted by null

  /system/core/adb/client/
usb_libusb.cpp 255 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 63 milliseconds