Searched refs:usb_get_max_packet_size (Results 1 - 7 of 7) sorted by relevance

/system/core/adb/client/
H A Dusb_dispatch.cpp60 size_t usb_get_max_packet_size(usb_handle* h) { function
62 ? libusb::usb_get_max_packet_size(reinterpret_cast<libusb::usb_handle*>(h))
63 : native::usb_get_max_packet_size(reinterpret_cast<native::usb_handle*>(h));
H A Dusb_windows.cpp530 size_t usb_get_max_packet_size(usb_handle* handle) { function
H A Dusb_libusb.cpp636 size_t usb_get_max_packet_size(usb_handle* h) { function in namespace:libusb
H A Dusb_linux.cpp503 size_t usb_get_max_packet_size(usb_handle* h) { function in namespace:native
H A Dusb_osx.cpp568 size_t usb_get_max_packet_size(usb_handle* handle) { function in namespace:native
/system/core/adb/
H A Dusb.h30 size_t usb_get_max_packet_size(handle_ref_type)
H A Dtransport_usb.cpp30 // Call usb_read using a buffer having a multiple of usb_get_max_packet_size() bytes
35 size_t usb_packet_size = usb_get_max_packet_size(h);
49 // Call usb_read using a buffer having a multiple of usb_get_max_packet_size() bytes
54 size_t usb_packet_size = usb_get_max_packet_size(h);

Completed in 118 milliseconds