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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 29 class DeviceDescriptor : public AudioPort, public AudioPortConfig
32 DeviceDescriptor(audio_devices_t type);
34 virtual ~DeviceDescriptor() {}
36 bool equals(const sp<DeviceDescriptor>& other) const;
64 class DeviceVector : public SortedVector< sp<DeviceDescriptor> >
69 ssize_t add(const sp<DeviceDescriptor>& item);
70 ssize_t remove(const sp<DeviceDescriptor>& item);
71 ssize_t indexOf(const sp<DeviceDescriptor>& item) const;
78 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
80 sp<DeviceDescriptor> getDeviceFromId(audio_port_handle_t id) const
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 20 #include "DeviceDescriptor.h"
27 DeviceDescriptor::DeviceDescriptor(audio_devices_t type) :
36 audio_port_handle_t DeviceDescriptor::getId() const
41 void DeviceDescriptor::attach(const sp<HwModule>& module)
47 bool DeviceDescriptor::equals(const sp<DeviceDescriptor>& other) const
62 void DeviceDescriptor::loadGains(cnode *root)
79 ssize_t DeviceVector::indexOf(const sp<DeviceDescriptor>& item) const
89 ssize_t DeviceVector::add(const sp<DeviceDescriptor>& item
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hubbusif.h 723 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
classpnp.h 668 PSTORAGE_DEVICE_DESCRIPTOR DeviceDescriptor;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usb.h 247 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
usbioctl.h 287 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
350 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
587 USB_DEVICE_DESCRIPTOR DeviceDescriptor;
605 USB_DEVICE_DESCRIPTOR DeviceDescriptor;

Completed in 150 milliseconds