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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyConfig.h 44 mAvailableOutputDevices(availableOutputDevices),
66 mAvailableOutputDevices.add(availableDevice);
79 mAvailableOutputDevices.add(availableOutputDevices);
98 return mAvailableOutputDevices;
113 mAvailableOutputDevices.add(mDefaultOutputDevices);
140 DeviceVector &mAvailableOutputDevices;
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 291 return mAvailableOutputDevices;
493 return mPrimaryOutput->supportedDevices() & mAvailableOutputDevices.types();
554 DeviceVector mAvailableOutputDevices; // all available output devices
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 541 audio_devices_t mAvailableOutputDevices; // bit field of all available output devices

Completed in 184 milliseconds