Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1588 const IOProfile *outProfile = mHwModules[i]->mOutputProfiles[j]; in AudioPolicyManagerBase() local
1590 if ((outProfile->mSupportedDevices & mAttachedOutputDevices) && in AudioPolicyManagerBase()
1591 ((outProfile->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) == 0)) { in AudioPolicyManagerBase()
1592 AudioOutputDescriptor *outputDesc = new AudioOutputDescriptor(outProfile); in AudioPolicyManagerBase()
1594 outProfile->mSupportedDevices); in AudioPolicyManagerBase()
1596 outProfile->mModule->mHandle, in AudioPolicyManagerBase()
1607 … (outProfile->mSupportedDevices & mAttachedOutputDevices)); in AudioPolicyManagerBase()
1609 outProfile->mFlags & AUDIO_OUTPUT_FLAG_PRIMARY) { in AudioPolicyManagerBase()
1615 outProfile->mSupportedDevices), in AudioPolicyManagerBase()