Home | History | Annotate | Download | only in audio

Lines Matching refs:outProfile

1588             const IOProfile *outProfile = mHwModules[i]->mOutputProfiles[j];
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),