Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1587 const IOProfile *outProfile = mHwModules[i]->mOutputProfiles[j]; in AudioPolicyManagerBase() local
1589 if ((outProfile->mSupportedDevices & mAttachedOutputDevices) && in AudioPolicyManagerBase()
1590 ((outProfile->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) == 0)) { in AudioPolicyManagerBase()
1591 AudioOutputDescriptor *outputDesc = new AudioOutputDescriptor(outProfile); in AudioPolicyManagerBase()
1593 outProfile->mSupportedDevices); in AudioPolicyManagerBase()
1595 outProfile->mModule->mHandle, in AudioPolicyManagerBase()
1606 … (outProfile->mSupportedDevices & mAttachedOutputDevices)); in AudioPolicyManagerBase()
1608 outProfile->mFlags & AUDIO_OUTPUT_FLAG_PRIMARY) { in AudioPolicyManagerBase()
1614 outProfile->mSupportedDevices), in AudioPolicyManagerBase()