Searched refs:DescriptorType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_defs_win.h117 BTH_LE_GATT_DESCRIPTOR_TYPE DescriptorType; member in struct:_BTH_LE_GATT_DESCRIPTOR
123 BTH_LE_GATT_DESCRIPTOR_TYPE DescriptorType; member in struct:_BTH_LE_GATT_DESCRIPTOR_VALUE
129 switch_is((BTH_LE_GATT_DESCRIPTOR_TYPE)DescriptorType)
/external/chromium_org/media/midi/
H A Dusb_midi_descriptor_parser.cc18 enum DescriptorType { enum in namespace:media::__anon8689
98 DescriptorType descriptor_type = static_cast<DescriptorType>(current[1]);
/external/chromium_org/tools/usb_gadget/
H A Dusb_descriptors_test.py199 hid_desc.AddDescriptor(hid_constants.DescriptorType.REPORT, 0x80)
200 hid_desc.AddDescriptor(hid_constants.DescriptorType.PHYSICAL, 0x60)
206 hid_desc.AddDescriptor(hid_constants.DescriptorType.REPORT, 0x80)
207 hid_desc.AddDescriptor(hid_constants.DescriptorType.PHYSICAL, 0x60)
H A Dusb_descriptors.py202 usb_constants.DescriptorType.DEVICE)
278 'bDescriptorType', 'B', usb_constants.DescriptorType.CONFIGURATION)
314 usb_constants.DescriptorType.INTERFACE)
336 usb_constants.DescriptorType.ENDPOINT)
379 hid_constants.DescriptorType.HID)
H A Dusb_constants.py9 class DescriptorType(object): class in inherits:object
H A Dgadget.py227 if typ == usb_constants.DescriptorType.STRING:
350 header = struct.pack('<BB', length, usb_constants.DescriptorType.STRING)
363 '<BB', 2 + len(string), usb_constants.DescriptorType.STRING)
H A Dhid_constants.py11 class DescriptorType(object): class in inherits:object
H A Dhid_gadget.py77 hid_desc.AddDescriptor(hid_constants.DescriptorType.REPORT,
137 if typ == hid_constants.DescriptorType.REPORT:
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc143 template <typename DescriptorType>
145 io::Printer* printer, const DescriptorType* descriptor) {
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h655 UCHAR DescriptorType,

Completed in 1198 milliseconds