HomeSort by relevance Sort by last modified time
    Searched defs:usb_get_max_packet_size (Results 1 - 5 of 5) sorted by null

  /system/core/adb/client/
usb_dispatch.cpp 60 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));
usb_windows.cpp 485 size_t usb_get_max_packet_size(usb_handle* handle) { function in namespace:native
usb_libusb.cpp 636 size_t usb_get_max_packet_size(usb_handle* h) { function in namespace:libusb
usb_linux.cpp 503 size_t usb_get_max_packet_size(usb_handle* h) { function in namespace:native
usb_osx.cpp 580 size_t usb_get_max_packet_size(usb_handle* handle) { function in namespace:native

Completed in 62 milliseconds