Searched refs:stream_strategy (Results 1 – 1 of 1) sorted by relevance
3260 const routing_strategy stream_strategy = getStrategy((AudioSystem::stream_type)stream); in computeVolume() local3265 ((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() local3432 if ((stream_strategy == STRATEGY_SONIFICATION) || in handleIncallSonification()3433 ((stream_strategy == STRATEGY_SONIFICATION_RESPECTFUL))) { in handleIncallSonification()