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

/system/core/adb/client/
H A Dusb_dispatch.cpp38 int usb_write(usb_handle* h, const void* data, int len) { function
40 ? libusb::usb_write(reinterpret_cast<libusb::usb_handle*>(h), data, len)
41 : native::usb_write(reinterpret_cast<native::usb_handle*>(h), data, len);
H A Dusb_windows.cpp114 int usb_write(usb_handle* handle, const void* data, int len);
327 int usb_write(usb_handle* handle, const void* data, int len) { function in namespace:native
332 D("usb_write %d", len);
334 D("usb_write was passed NULL handle");
349 D("usb_write got: %ld, expected: %d", written, len);
374 D("Kicking device due to error in usb_write");
378 D("usb_write failed");
H A Dusb_osx.cpp468 int usb_write(usb_handle *handle, const void *buf, int len) function in namespace:native
479 LOG(ERROR) << "usb_write interface was null";
503 LOG(ERROR) << "usb_write failed with status: " << std::hex << result;
H A Dusb_libusb.cpp572 int usb_write(usb_handle* h, const void* d, int len) { function in namespace:libusb
573 LOG(DEBUG) << "usb_write of length " << len;
591 LOG(DEBUG) << "usb_write(" << len << ") = " << rc;
H A Dusb_linux.cpp407 int usb_write(usb_handle *h, const void *_data, int len) function in namespace:native
409 D("++ usb_write ++");
424 D("-- usb_write --");
/system/core/adb/daemon/
H A Dusb.cpp540 int usb_write(usb_handle* h, const void* data, int len) { function

Completed in 80 milliseconds