Home
last modified time | relevance | path

Searched refs:supportsDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h163 bool supportsDevice(const sp<DeviceDescriptor> &device, bool forceCheckOnAddress = false) const
DAudioOutputDescriptor.h436 bool supportsDevice(const sp<DeviceDescriptor> &device) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp431 if (profile->supportsDevice(device, false /*matchAddress*/)) { in createDevice()
472 if (profile->supportsDevice(device, true /*matchAdress*/)) { in cleanUpForDevice()
DAudioOutputDescriptor.cpp386 bool SwAudioOutputDescriptor::supportsDevice(const sp<DeviceDescriptor> &device) const in supportsDevice() function in android::SwAudioOutputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1846 inProfile->supportsDevice(sourceDevice)) { in getMsdProfiles()
1852 outProfile->supportsDevice(sinkDevice)) { in getMsdProfiles()
3941 if (profile->isDirectOutput() && profile->supportsDevice(device)) { in registerPolicyMixes()
4765 if (curProfile->supportsDevice(deviceDescriptor)) { in getSupportedMixerAttributes()
6742 if (!desc->isDuplicated() && desc->supportsDevice(device) in checkOutputsForDevice()
6754 if (profile->supportsDevice(device)) { in checkOutputsForDevice()
6834 if (device_distinguishes_on_address(deviceType) && desc->supportsDevice(device) in checkOutputsForDevice()
6848 if (!profile->supportsDevice(device)) { in checkOutputsForDevice()
6906 if (profile->supportsDevice(device)) { in checkInputsForDevice()
7000 if (profile->supportsDevice(device)) { in checkInputsForDevice()
[all …]