Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DProductStrategy.h132 product_strategy_t getProductStrategyForAttributes(
H A DEngineBase.h55 product_strategy_t getProductStrategyForAttributes(
/aosp12/frameworks/av/services/audiopolicy/engine/interface/
H A DEngineInterface.h119 virtual product_strategy_t getProductStrategyForAttributes(
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A DEngineBase.cpp81 product_strategy_t EngineBase::getProductStrategyForAttributes( in getProductStrategyForAttributes() function in android::audio_policy::EngineBase
84 return mProductStrategies.getProductStrategyForAttributes(attr, fallbackOnDefault); in getProductStrategyForAttributes()
H A DProductStrategy.cpp171 product_strategy_t ProductStrategyMap::getProductStrategyForAttributes( in getProductStrategyForAttributes() function in android::ProductStrategyMap
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp289 product_strategy_t strategy = getProductStrategyForAttributes(attributes); in getOutputDevicesForAttributes()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h192 return mEngine->getProductStrategyForAttributes(attributes); in streamToStrategy()
339 productStrategy = mEngine->getProductStrategyForAttributes( in getProductStrategyFromAudioAttributes()
H A DAudioPolicyManager.cpp1216 mEngine->getProductStrategyForAttributes(resultAttr), in getOutputForAttr()
2752 product_strategy_t strategy = mEngine->getProductStrategyForAttributes(attributes); in setVolumeIndexForAttributes()
4445 mEngine->getProductStrategyForAttributes(*attributes), in startAudioSource()
5113 mCommunnicationStrategy = mEngine->getProductStrategyForAttributes( in initialize()
5785 return mEngine->getProductStrategyForAttributes(lAttr) == in followsSameRouting()
5786 mEngine->getProductStrategyForAttributes(rAttr); in followsSameRouting()
5814 auto psId = mEngine->getProductStrategyForAttributes(attr); in checkOutputForAttributes()
5832 if (mEngine->getProductStrategyForAttributes(client->attributes()) != psId) { in checkOutputForAttributes()
/aosp12/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp694 product_strategy_t strategy = getProductStrategyForAttributes(attributes); in getOutputDevicesForAttributes()