Home
last modified time | relevance | path

Searched refs:getProductStrategyForStream (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp231 if (ps == getProductStrategyForStream(AUDIO_STREAM_NOTIFICATION) && in getDevicesForProductStrategy()
238 getProductStrategyForStream(AUDIO_STREAM_MUSIC); in getDevicesForProductStrategy()
240 } else if (ps == getProductStrategyForStream(AUDIO_STREAM_ACCESSIBILITY) && in getDevicesForProductStrategy()
246 product_strategy_t strategyNotification = getProductStrategyForStream(AUDIO_STREAM_RING); in getDevicesForProductStrategy()
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DProductStrategy.h135 product_strategy_t getProductStrategyForStream(audio_stream_type_t stream) const;
H A DEngineBase.h112 product_strategy_t getProductStrategyForStream(audio_stream_type_t stream) const;
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A DEngineBase.cpp97 product_strategy_t EngineBase::getProductStrategyForStream(audio_stream_type_t stream) const in getProductStrategyForStream() function in android::audio_policy::EngineBase
99 return mProductStrategies.getProductStrategyForStream(stream); in getProductStrategyForStream()
590 strategy = getProductStrategyForStream(AUDIO_STREAM_MUSIC); in getMediaDevicesForRole()
H A DProductStrategy.cpp236 product_strategy_t ProductStrategyMap::getProductStrategyForStream(audio_stream_type_t stream) const in getProductStrategyForStream() function in android::ProductStrategyMap