Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h211 virtual AttributesVector getAllAttributesForProductStrategy(product_strategy_t ps) const = 0;
/frameworks/av/services/audiopolicy/engine/common/include/
DEngineBase.h64 AttributesVector getAllAttributesForProductStrategy(product_strategy_t ps) const override;
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp260 AttributesVector EngineBase::getAllAttributesForProductStrategy(product_strategy_t ps) const in getAllAttributesForProductStrategy() function in android::audio_policy::EngineBase
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3953 auto attributes = mEngine->getAllAttributesForProductStrategy(ps).front(); in checkStrategyRoute()
5348 auto attributes = mEngine->getAllAttributesForProductStrategy(strategy).front(); in checkOutputForAllStrategies()
5467 auto attr = mEngine->getAllAttributesForProductStrategy(productStrategy).front(); in getNewOutputDevices()
5684 auto attributes = mEngine->getAllAttributesForProductStrategy(productStrategy).front(); in checkDeviceMuteStrategies()
6192 for (auto attributes: mEngine->getAllAttributesForProductStrategy(strategy)) { in setStrategyMute()