Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp3260 const routing_strategy stream_strategy = getStrategy((AudioSystem::stream_type)stream); in computeVolume() local
3265 ((stream_strategy == STRATEGY_SONIFICATION) in computeVolume()
3266 || (stream_strategy == STRATEGY_SONIFICATION_RESPECTFUL) in computeVolume()
3268 || ((stream_strategy == STRATEGY_ENFORCED_AUDIBLE) && in computeVolume()
3431 const routing_strategy stream_strategy = getStrategy((AudioSystem::stream_type)stream); in handleIncallSonification() local
3432 if ((stream_strategy == STRATEGY_SONIFICATION) || in handleIncallSonification()
3433 ((stream_strategy == STRATEGY_SONIFICATION_RESPECTFUL))) { in handleIncallSonification()