HomeSort by relevance Sort by last modified time
    Searched defs:usb_bulk_read (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
usb_libusb.c 118 usb_bulk_read(usb_handle *uh, void *data, int len) function
127 D("usb_bulk_read(): ");
187 n = usb_bulk_read(uh, data, xfer);
usb_linux.c 340 static int usb_bulk_read(usb_handle *h, void *data, int len) function
459 n = usb_bulk_read(h, data, xfer);

Completed in 29 milliseconds