Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 5 of 5) sorted by relevance

/system/core/libusbhost/include/usbhost/
Dusbhost.h50 int endpoint; member
/system/core/adb/client/
Dusb_libusb.cpp184 static bool endpoint_is_output(uint8_t endpoint) { in endpoint_is_output()
188 static bool should_perform_zero_transfer(uint8_t endpoint, size_t write_length, uint16_t zero_mask)… in should_perform_zero_transfer()
Dusb_osx.cpp334 UInt8 endpoint; in CheckInterface() local
/system/core/fastboot/
Dusb_osx.cpp194 for (UInt8 endpoint = 1; endpoint <= interfaceNumEndpoints; endpoint++) { in try_interfaces() local
/system/core/libusbhost/
Dusbhost.c667 int endpoint, in usb_device_bulk_transfer()