Searched refs:getStrategyForStream (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/media/
H A DIAudioPolicyService.h80 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) = 0;
H A DAudioSystem.h221 static uint32_t getStrategyForStream(audio_stream_type_t stream);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h95 virtual uint32_t getStrategyForStream(audio_stream_type_t stream);
H A DAudioFlinger.cpp1822 uint32_t strategy = AudioSystem::getStrategyForStream(streamType);
1826 uint32_t actual = AudioSystem::getStrategyForStream(t->streamType());
1853 chain->setStrategy(AudioSystem::getStrategyForStream(track->streamType()));
2168 return AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);
2174 return AudioSystem::getStrategyForStream(track->streamType());
2177 return AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);
9188 mStrategy = AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);
H A DAudioPolicyService.cpp422 uint32_t AudioPolicyService::getStrategyForStream(audio_stream_type_t stream) function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp683 uint32_t AudioSystem::getStrategyForStream(audio_stream_type_t stream) function in class:android::AudioSystem
687 return aps->getStrategyForStream(stream);
H A DIAudioPolicyService.cpp260 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) function in class:android::BpAudioPolicyService
545 reply->writeInt32(getStrategyForStream(stream));

Completed in 2087 milliseconds