HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_DT_STRING (Results 1 - 8 of 8) sorted by null

  /external/libusb/libusb/
libusb.h 118 LIBUSB_DT_STRING = 0x03,
    [all...]
descriptor.c 700 if (tbuf[1] != LIBUSB_DT_STRING)
  /system/core/adb/
usb_libusb.c 496 LIBUSB_REQUEST_GET_DESCRIPTOR, LIBUSB_DT_STRING << 8,
511 LIBUSB_REQUEST_GET_DESCRIPTOR, (LIBUSB_DT_STRING << 8) | desc.iSerialNumber,
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h 262 LIBUSB_DT_STRING = 0x03,
    [all...]
descriptor.c     [all...]
  /external/chromium_org/chrome/browser/usb/
usb_device_handle.cc 382 if ((text[0] >> 8) != LIBUSB_DT_STRING)
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 336 #define USB_STRING_DESCRIPTOR_TYPE LIBUSB_DT_STRING
windows_usb.c     [all...]

Completed in 73 milliseconds