Searched refs:getAllAttributesForProductStrategy (Results 1 – 4 of 4) sorted by relevance
211 virtual AttributesVector getAllAttributesForProductStrategy(product_strategy_t ps) const = 0;
64 AttributesVector getAllAttributesForProductStrategy(product_strategy_t ps) const override;
260 AttributesVector EngineBase::getAllAttributesForProductStrategy(product_strategy_t ps) const in getAllAttributesForProductStrategy() function in android::audio_policy::EngineBase
3953 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()