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

  /external/chromium_org/tools/usb_gadget/
usb_descriptors.py 193 class DeviceDescriptor(Descriptor):
200 DeviceDescriptor.AddComputedField('bLength', 'B', 'struct_size')
201 DeviceDescriptor.AddFixedField('bDescriptorType', 'B',
203 DeviceDescriptor.AddField('bcdUSB', 'H', default=0x0200, str_fmt='0x{:04X}')
204 DeviceDescriptor.AddField('bDeviceClass', 'B',
206 DeviceDescriptor.AddField('bDeviceSubClass', 'B',
208 DeviceDescriptor.AddField('bDeviceProtocol', 'B',
210 DeviceDescriptor.AddField('bMaxPacketSize0', 'B', default=64)
211 DeviceDescriptor.AddField('idVendor', 'H', str_fmt='0x{:04X}')
212 DeviceDescriptor.AddField('idProduct', 'H', str_fmt='0x{:04X}'
    [all...]
default_gadget.py 15 device_desc = usb_descriptors.DeviceDescriptor(
echo_gadget.py 26 device_desc = usb_descriptors.DeviceDescriptor(
usb_descriptors_test.py 125 device_desc = usb_descriptors.DeviceDescriptor(
hid_gadget.py 45 device_desc = usb_descriptors.DeviceDescriptor(
gadget_test.py 15 device_desc = usb_descriptors.DeviceDescriptor(
  /external/chromium_org/chrome/browser/devtools/device/
android_device_manager.h 165 struct DeviceDescriptor {
166 DeviceDescriptor();
167 ~DeviceDescriptor();
173 typedef std::vector<DeviceDescriptor> DeviceDescriptors;
android_device_manager.cc 286 AndroidDeviceManager::DeviceDescriptor::DeviceDescriptor() {
289 AndroidDeviceManager::DeviceDescriptor::~DeviceDescriptor() {
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h 339 class DeviceDescriptor: public AudioPort, public AudioPortConfig
342 DeviceDescriptor(const String8& name, audio_devices_t type);
344 virtual ~DeviceDescriptor() {}
346 bool equals(const sp<DeviceDescriptor>& other) const;
364 class DeviceVector : public SortedVector< sp<DeviceDescriptor> >
369 ssize_t add(const sp<DeviceDescriptor>& item);
370 ssize_t remove(const sp<DeviceDescriptor>& item);
371 ssize_t indexOf(const sp<DeviceDescriptor>& item) const;
378 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
380 sp<DeviceDescriptor> getDeviceFromId(audio_port_handle_t id) const
    [all...]
AudioPolicyManager.cpp 231 sp<DeviceDescriptor> devDesc = getDeviceDescriptor(device, device_address);
435 sp<DeviceDescriptor> devDesc = getDeviceDescriptor(device, device_address);
455 sp<AudioPolicyManager::DeviceDescriptor> AudioPolicyManager::getDeviceDescriptor(
480 sp<DeviceDescriptor> devDesc = new DeviceDescriptor(String8(""), device);
525 sp<DeviceDescriptor> rxSinkDeviceDesc = deviceList.itemAt(0);
529 sp<DeviceDescriptor> rxSourceDeviceDesc = deviceList.itemAt(0);
568 sp<DeviceDescriptor> txSourceDeviceDesc = deviceList.itemAt(0);
573 sp<DeviceDescriptor> txSinkDeviceDesc = deviceList.itemAt(0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 287 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
350 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
587 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
605 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
usbcamdi.h 97 PUSB_DEVICE_DESCRIPTOR DeviceDescriptor);
usb.h 247 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbbusif.h 167 IN PUSB_DEVICE_DESCRIPTOR DeviceDescriptor,
hubbusif.h 723 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
classpnp.h 668 PSTORAGE_DEVICE_DESCRIPTOR DeviceDescriptor;
ntddk.h     [all...]
wdm.h     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 552 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
windows_usb.c     [all...]

Completed in 529 milliseconds