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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java441 public int getStrategy(); method in interface:GraphRunner.Scheduler
458 public int getStrategy() { method in class:GraphRunner.LruScheduler
496 public int getStrategy() { method in class:GraphRunner.LfuScheduler
525 public int getStrategy() { method in class:GraphRunner.OneShotScheduler
770 return mScheduler.getStrategy();
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp877 routing_strategy strategy = getStrategy(stream);
1276 routing_strategy strategy = getStrategy(stream);
1836 audio_devices_t strategyDevice = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1880 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1934 routing_strategy strategy = getStrategy(AUDIO_STREAM_MUSIC);
4155 if (getStrategy((audio_stream_type_t)i) == strategy) {
4320 return (uint32_t)getStrategy(stream);
4324 // By checking the range of stream before calling getStrategy, we avoid
4325 // getStrategy's behavior for invalid streams. getStrategy woul
4352 AudioPolicyManager::routing_strategy AudioPolicyManager::getStrategy( function in class:android::AudioPolicyManager
[all...]
H A DAudioPolicyManager.h583 static routing_strategy getStrategy(audio_stream_type_t stream);

Completed in 236 milliseconds