Lines Matching refs:curProfile

1079         for (const auto& curProfile : hwModule->getOutputProfiles()) {  in searchCompatibleProfileHwModules()  local
1080 if (curProfile->getCompatibilityScore(devices, in searchCompatibleProfileHwModules()
1088 if (!mAvailableOutputDevices.containsAtLeastOne(curProfile->getSupportedDevices())) { in searchCompatibleProfileHwModules()
1092 if (!curProfile->devicesSupportEncodedFormats(devices.types())) { in searchCompatibleProfileHwModules()
1096 return curProfile; in searchCompatibleProfileHwModules()
1102 ((curProfile->getFlags() & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) == 0)) { in searchCompatibleProfileHwModules()
1105 profile = curProfile; in searchCompatibleProfileHwModules()
1118 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getSpatializerOutputProfile() local
1119 if (curProfile->getFlags() != AUDIO_OUTPUT_FLAG_SPATIALIZER) { in getSpatializerOutputProfile()
1124 DeviceVector supportedDevices = curProfile->getSupportedDevices(); in getSpatializerOutputProfile()
1133 ALOGV("%s found profile %s", __func__, curProfile->getName().c_str()); in getSpatializerOutputProfile()
1134 return curProfile; in getSpatializerOutputProfile()
4696 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getDirectPlaybackSupport() local
4697 if (curProfile->getCompatibilityScore(outputDevices, in getDirectPlaybackSupport()
4705 if (!mAvailableOutputDevices.containsAtLeastOne(curProfile->getSupportedDevices())) { in getDirectPlaybackSupport()
4708 if (offloadPossible && ((curProfile->getFlags() & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) in getDirectPlaybackSupport()
4715 if ((curProfile->getFlags() & AUDIO_OUTPUT_FLAG_GAPLESS_OFFLOAD) in getDirectPlaybackSupport()
4764 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getSupportedMixerAttributes() local
4765 if (curProfile->supportsDevice(deviceDescriptor)) { in getSupportedMixerAttributes()
4766 curProfile->toSupportedMixerAttributes(&mixerAttrs); in getSupportedMixerAttributes()
4805 for (const auto& curProfile : hwModule->getOutputProfiles()) { in setPreferredMixerAttributes() local
4806 if (curProfile->hasDynamicAudioProfile() in setPreferredMixerAttributes()
4807 && curProfile->getCompatibilityScore( in setPreferredMixerAttributes()
4818 profile = curProfile; in setPreferredMixerAttributes()