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

/frameworks/av/include/media/
H A DIAudioPolicyService.h82 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) = 0;
H A DAudioSystem.h227 static uint32_t getStrategyForStream(audio_stream_type_t stream);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h97 virtual uint32_t getStrategyForStream(audio_stream_type_t stream);
H A DThreads.cpp1308 uint32_t strategy = AudioSystem::getStrategyForStream(streamType);
1312 uint32_t actual = AudioSystem::getStrategyForStream(t->streamType());
1342 chain->setStrategy(AudioSystem::getStrategyForStream(track->streamType()));
1769 return AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);
1774 return AudioSystem::getStrategyForStream(track->streamType());
1777 return AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);
H A DAudioPolicyService.cpp452 uint32_t AudioPolicyService::getStrategyForStream(audio_stream_type_t stream) function in class:android::AudioPolicyService
H A DEffects.cpp1209 mStrategy = AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp695 uint32_t AudioSystem::getStrategyForStream(audio_stream_type_t stream) function in class:android::AudioSystem
699 return aps->getStrategyForStream(stream);
H A DIAudioPolicyService.cpp269 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) function in class:android::BpAudioPolicyService
580 reply->writeInt32(getStrategyForStream(stream));

Completed in 135 milliseconds