Searched defs:usb_write (Results 1 - 8 of 8) sorted by relevance

/system/core/adb/
H A Dusb_linux_client.c475 int usb_write(usb_handle *h, const void *data, int len) function
H A Dusb_windows.c99 int usb_write(usb_handle* handle, const void* data, int len);
257 int usb_write(usb_handle* handle, const void* data, int len) { function
262 D("usb_write %d\n", len);
274 D("usb_write got: %ld, expected: %d\n", written, len);
293 D("usb_write NULL handle\n");
297 D("usb_write failed: %d\n", errno);
318 D("usb_write got: %ld, expected: %d, errno: %d\n", read, xfer, saved_errno);
H A Dusb_libusb.c136 usb_write(struct usb_handle *uh, const void *_data, int len) function
148 D("usb_write(): %p:%d -> transport %p\n", _data, len, uh);
156 D("usb_write(): failed for transport %p (%d bytes left)\n", uh, len);
168 D("usb_write(): failed to finish operation for transport %p\n", uh);
H A Dusb_osx.c452 int usb_write(usb_handle *handle, const void *buf, int len) function
463 DBG("ERR: usb_write interface was null\n");
488 DBG("ERR: usb_write failed with status %d\n", result);
H A Dusb_linux.c436 int usb_write(usb_handle *h, const void *_data, int len) function
/system/core/fastboot/
H A Dusb_linux.c311 int usb_write(usb_handle *h, const void *_data, int len) function
H A Dusb_osx.c504 int usb_write(usb_handle *h, const void *data, int len) { function
516 ERR("usb_write interface was null\n");
560 ERR("usb_write failed with status %x\n", result);
H A Dusb_windows.c76 int usb_write(usb_handle* handle, const void* data, int len);
154 int usb_write(usb_handle* handle, const void* data, int len) { function
160 DBG("usb_write %d\n", len);
187 DBG("usb_write NULL handle\n");
191 DBG("usb_write failed: %d\n", errno);

Completed in 51 milliseconds