Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h124 product_strategy_t getProductStrategyForAttributes(
DEngineBase.h58 product_strategy_t getProductStrategyForAttributes(
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h136 virtual product_strategy_t getProductStrategyForAttributes(
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp147 product_strategy_t ProductStrategyMap::getProductStrategyForAttributes( in getProductStrategyForAttributes() function in android::ProductStrategyMap
DEngineBase.cpp88 product_strategy_t EngineBase::getProductStrategyForAttributes( in getProductStrategyForAttributes() function in android::audio_policy::EngineBase
91 return mProductStrategies.getProductStrategyForAttributes(attr, fallbackOnDefault); in getProductStrategyForAttributes()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h201 return mEngine->getProductStrategyForAttributes(attributes); in streamToStrategy()
383 productStrategy = mEngine->getProductStrategyForAttributes(aa, fallbackOnDefault); in getProductStrategyFromAudioAttributes()
DAudioPolicyManager.cpp1357 mEngine->getProductStrategyForAttributes(*resultAttr), in getOutputForAttrInt()
1495 mEngine->getProductStrategyForAttributes(resultAttr), in getOutputForAttr()
3467 product_strategy_t strategy = mEngine->getProductStrategyForAttributes(attributes); in setVolumeIndexForAttributes()
4831 const product_strategy_t strategy = mEngine->getProductStrategyForAttributes(*attr); in setPreferredMixerAttributes()
4896 portId, mEngine->getProductStrategyForAttributes(*attr)); in getPreferredMixerAttributes()
4907 const product_strategy_t strategy = mEngine->getProductStrategyForAttributes(*attr); in clearPreferredMixerAttributes()
5099 mEngine->getProductStrategyForAttributes(attributes), toVolumeSource(attributes), in createAudioPatch()
5811 mEngine->getProductStrategyForAttributes(*attributes), in startAudioSourceInternal()
6469 mCommunnicationStrategy = mEngine->getProductStrategyForAttributes( in initialize()
7183 return mEngine->getProductStrategyForAttributes(lAttr) == in followsSameRouting()
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp421 product_strategy_t strategy = getProductStrategyForAttributes(attributes); in getOutputDevicesForAttributes()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp853 product_strategy_t strategy = getProductStrategyForAttributes(attributes); in getOutputDevicesForAttributes()