Searched refs:getStrategy (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp480 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream);
649 routing_strategy strategy = getStrategy(stream);
998 device = (audio_devices_t)getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1012 routing_strategy strategy = getStrategy(AudioSystem::MUSIC);
1840 if (getStrategy((AudioSystem::stream_type)i) == strategy) {
1958 return (uint32_t)getStrategy(stream);
1963 // By checking the range of stream before calling getStrategy, we avoid
1964 // getStrategy's behavior for invalid streams. getStrategy would do a ALOGE
1969 AudioPolicyManagerBase::routing_strategy strategy = getStrategy(strea
1975 AudioPolicyManagerBase::routing_strategy AudioPolicyManagerBase::getStrategy( function in class:android_audio_legacy::AudioPolicyManagerBase
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h321 static routing_strategy getStrategy(AudioSystem::stream_type stream);

Completed in 33 milliseconds