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

  /external/chromium_org/chrome/browser/devtools/device/
android_device_manager.h 175 struct DeviceDescriptor {
176 DeviceDescriptor();
177 ~DeviceDescriptor();
183 typedef std::vector<DeviceDescriptor> DeviceDescriptors;
android_device_manager.cc 284 AndroidDeviceManager::DeviceDescriptor::DeviceDescriptor() {
287 AndroidDeviceManager::DeviceDescriptor::~DeviceDescriptor() {
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h 323 class DeviceDescriptor: public AudioPort, public AudioPortConfig
326 DeviceDescriptor(const String8& name, audio_devices_t type);
328 virtual ~DeviceDescriptor() {}
330 bool equals(const sp<DeviceDescriptor>& other) const;
344 class DeviceVector : public SortedVector< sp<DeviceDescriptor> >
349 ssize_t add(const sp<DeviceDescriptor>& item);
350 ssize_t remove(const sp<DeviceDescriptor>& item);
351 ssize_t indexOf(const sp<DeviceDescriptor>& item) const;
358 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
360 sp<DeviceDescriptor> getDeviceFromId(audio_port_handle_t id) const
    [all...]
AudioPolicyManager.cpp 230 sp<DeviceDescriptor> devDesc = new DeviceDescriptor(String8(""), device);
347 sp<DeviceDescriptor> devDesc = new DeviceDescriptor(String8(""), device);
420 sp<DeviceDescriptor> devDesc = new DeviceDescriptor(String8(""), device);
482 sp<DeviceDescriptor> rxSinkDeviceDesc = deviceList.itemAt(0);
486 sp<DeviceDescriptor> rxSourceDeviceDesc = deviceList.itemAt(0);
525 sp<DeviceDescriptor> txSourceDeviceDesc = deviceList.itemAt(0);
530 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 890 milliseconds