Searched defs:getDeviceForStrategy (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.h61 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy) const function in class:android::audio_policy::Engine::ManagerInterfaceImpl
63 return mPolicyEngine->getDeviceForStrategy(strategy);
127 audio_devices_t getDeviceForStrategy(routing_strategy strategy) const;
H A DEngine.cpp232 audio_devices_t Engine::getDeviceForStrategy(routing_strategy strategy) const function in class:android::audio_policy::Engine
534 ALOGW("getDeviceForStrategy() unknown strategy: %d", strategy);
539 ALOGV("getDeviceForStrategy() no device found for strategy %d", strategy);
542 "getDeviceForStrategy() no default device defined");
544 ALOGVV("getDeviceForStrategy() strategy %d, device %x", strategy, device);
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp146 audio_devices_t Engine::ManagerInterfaceImpl::getDeviceForStrategy(routing_strategy strategy) const function in class:android::audio_policy::Engine::ManagerInterfaceImpl
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp277 // getDeviceForStrategy() cache
520 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
523 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
693 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
764 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
1921 audio_devices_t curStreamDevice = getDeviceForStrategy(curStrategy, false /*fromCache*/);
1964 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
2019 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
2871 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
3011 audio_devices_t sinkDevice = getDeviceForStrategy(strateg
4536 audio_devices_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, function in class:android::AudioPolicyManager
[all...]

Completed in 249 milliseconds