Home
last modified time | relevance | path

Searched refs:curProfile (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1079 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()
[all …]