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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp3095 const sp<IOProfile> outProfile = mHwModules[i]->mOutputProfiles[j]; local
3097 if (outProfile->mSupportedDevices.isEmpty()) {
3102 if ((outProfile->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) != 0) {
3105 audio_devices_t profileType = outProfile->mSupportedDevices.types();
3111 for (size_t k = 0; k < outProfile->mSupportedDevices.size(); k++) {
3112 profileType = outProfile->mSupportedDevices[k]->mDeviceType;
3121 sp<AudioOutputDescriptor> outputDesc = new AudioOutputDescriptor(outProfile);
3129 status_t status = mpClientInterface->openOutput(outProfile->mModule->mHandle,
3146 for (size_t k = 0; k < outProfile->mSupportedDevices.size(); k++) {
3147 audio_devices_t type = outProfile
[all...]

Completed in 192 milliseconds