Searched refs:LIBUSB_REQ_IN (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c3602 if (LIBUSB_REQ_IN(request_type) && request == HID_REQ_GET_REPORT)
H A Dwindows_usb.h160 #define LIBUSB_REQ_IN(request_type) ((request_type) & LIBUSB_ENDPOINT_IN) macro
161 #define LIBUSB_REQ_OUT(request_type) (!LIBUSB_REQ_IN(request_type))

Completed in 2308 milliseconds