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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1570 const IOProfile *outProfile = mHwModules[i]->mOutputProfiles[j]; local
1572 if ((outProfile->mSupportedDevices & mAttachedOutputDevices) &&
1573 ((outProfile->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) == 0)) {
1574 AudioOutputDescriptor *outputDesc = new AudioOutputDescriptor(outProfile);
1576 outProfile->mSupportedDevices);
1578 outProfile->mModule->mHandle,
1589 (outProfile->mSupportedDevices & mAttachedOutputDevices));
1591 outProfile->mFlags & AUDIO_OUTPUT_FLAG_PRIMARY) {
1597 outProfile->mSupportedDevices),

Completed in 35 milliseconds