Searched defs:usb_get_max_packet_size (Results 1 - 5 of 5) 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.cpp485 size_t usb_get_max_packet_size(usb_handle* handle) { function in namespace:native
H A Dusb_osx.cpp580 size_t usb_get_max_packet_size(usb_handle* handle) { function in namespace:native
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

Completed in 57 milliseconds