Home
last modified time | relevance | path

Searched refs:mSupportedDevices (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp519 if (mAvailableOutputDevices & profile->mSupportedDevices) { in getProfileForDirectOutput()
527 if (mAvailableOutputDevices & profile->mSupportedDevices) { in getProfileForDirectOutput()
1589 if ((outProfile->mSupportedDevices & mAttachedOutputDevices) && in AudioPolicyManagerBase()
1593 outProfile->mSupportedDevices); in AudioPolicyManagerBase()
1606 … (outProfile->mSupportedDevices & mAttachedOutputDevices)); in AudioPolicyManagerBase()
1614 outProfile->mSupportedDevices), in AudioPolicyManagerBase()
1852 if (!desc->isDuplicated() && (desc->mProfile->mSupportedDevices & device)) { in checkOutputsForDevice()
1866 if (mHwModules[i]->mOutputProfiles[j]->mSupportedDevices & device) { in checkOutputsForDevice()
2028 !(desc->mProfile->mSupportedDevices & mAvailableOutputDevices)) { in checkOutputsForDevice()
2042 if (profile->mSupportedDevices & device) { in checkOutputsForDevice()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h225 audio_devices_t mSupportedDevices; // supported devices (devices this output can be variable