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

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

Completed in 64 milliseconds