Searched refs:LIBUSB_DT_HID_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h152 #define LIBUSB_DT_HID_SIZE 9 macro
154 + LIBUSB_DT_HID_SIZE + 2 * LIBUSB_DT_ENDPOINT_SIZE)
H A Dwindows_usb.c3207 + LIBUSB_DT_HID_SIZE + num_endpoints * LIBUSB_DT_ENDPOINT_SIZE;
3216 + LIBUSB_DT_HID_SIZE);
3237 tmp_size = LIBUSB_DT_HID_SIZE;
3320 d.bLength = LIBUSB_DT_HID_SIZE;
3328 if (*size > LIBUSB_DT_HID_SIZE)
3329 *size = LIBUSB_DT_HID_SIZE;

Completed in 616 milliseconds