Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/interface/
DAudioPolicyManagerInterface.h211 virtual AttributesVector getAllAttributesForProductStrategy(product_strategy_t ps) const = 0;
/frameworks/av/services/audiopolicy/engine/common/include/
DEngineBase.h65 AttributesVector getAllAttributesForProductStrategy(product_strategy_t ps) const override;
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp193 AttributesVector EngineBase::getAllAttributesForProductStrategy(product_strategy_t ps) const in getAllAttributesForProductStrategy() function in android::audio_policy::EngineBase
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3702 auto attributes = mEngine->getAllAttributesForProductStrategy(ps).front(); in checkStrategyRoute()
5099 auto attributes = mEngine->getAllAttributesForProductStrategy(strategy).front(); in checkOutputForAllStrategies()
5210 auto attr = mEngine->getAllAttributesForProductStrategy(productStrategy).front(); in getNewOutputDevices()
5400 auto attributes = mEngine->getAllAttributesForProductStrategy(productStrategy).front(); in checkDeviceMuteStrategies()
5893 for (auto attributes: mEngine->getAllAttributesForProductStrategy(strategy)) { in setStrategyMute()