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

/frameworks/av/include/media/
H A DIAudioPolicyService.h100 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) = 0;
H A DAudioSystem.h264 static uint32_t getStrategyForStream(audio_stream_type_t stream);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h169 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) = 0;
H A DAudioPolicyInterfaceImpl.cpp416 uint32_t AudioPolicyService::getStrategyForStream(audio_stream_type_t stream) function in class:android::AudioPolicyService
424 return mAudioPolicyManager->getStrategyForStream(stream);
H A DAudioPolicyInterfaceImplLegacy.cpp391 uint32_t AudioPolicyService::getStrategyForStream(audio_stream_type_t stream) function in class:android::AudioPolicyService
H A DAudioPolicyService.h117 virtual uint32_t getStrategyForStream(audio_stream_type_t stream);
H A DAudioPolicyManager.h139 virtual uint32_t getStrategyForStream(audio_stream_type_t stream);
H A DAudioPolicyManager.cpp4319 uint32_t AudioPolicyManager::getStrategyForStream(audio_stream_type_t stream) { function in class:android::AudioPolicyManager
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp760 uint32_t AudioSystem::getStrategyForStream(audio_stream_type_t stream) function in class:android::AudioSystem
764 return aps->getStrategyForStream(stream);
H A DIAudioPolicyService.cpp378 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) function in class:android::BpAudioPolicyService
945 reply->writeInt32(getStrategyForStream(stream));
/frameworks/av/services/audioflinger/
H A DThreads.cpp1493 uint32_t strategy = AudioSystem::getStrategyForStream(streamType);
1497 uint32_t actual = AudioSystem::getStrategyForStream(t->streamType());
1530 chain->setStrategy(AudioSystem::getStrategyForStream(track->streamType()));
1999 return AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);
2004 return AudioSystem::getStrategyForStream(track->streamType());
2007 return AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);
H A DEffects.cpp1341 mStrategy = AudioSystem::getStrategyForStream(AUDIO_STREAM_MUSIC);

Completed in 260 milliseconds