Searched refs:usb_bulk_read (Results 1 - 2 of 2) sorted by path

/system/core/adb/
H A Dusb_libusb.c118 usb_bulk_read(usb_handle *uh, void *data, int len) function
127 D("usb_bulk_read(): ");
187 n = usb_bulk_read(uh, data, xfer);
H A Dusb_linux.c364 static int usb_bulk_read(usb_handle *h, void *data, int len) function
484 n = usb_bulk_read(h, data, xfer);

Completed in 55 milliseconds