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

  /external/chromium_org/media/midi/
usb_midi_descriptor_parser.cc 98 DescriptorType descriptor_type = static_cast<DescriptorType>(current[1]); local
99 if (descriptor_type != TYPE_INTERFACE && !is_parsing_usb_midi_interface_)
102 switch (descriptor_type) {
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 654 uint8_t descriptor_type, unsigned char *buffer, int size)
669 if (i && header.bDescriptorType == descriptor_type)
    [all...]

Completed in 1973 milliseconds