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