Home
last modified time | relevance | path

Searched refs:getPropertyForKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp131 Property Engine::getPropertyForKey(Key key) const in getPropertyForKey() function in android::audio_policy::Engine
143 return mPolicyEngine->getPropertyForKey<routing_strategy, audio_usage_t>(usage); in getStrategyForUsage()
165 return mPolicyEngine->getPropertyForKey<audio_devices_t, routing_strategy>(STRATEGY_MEDIA); in getDeviceForStrategy()
172 return mPolicyEngine->getPropertyForKey<audio_devices_t, routing_strategy>( in getDeviceForStrategy()
175 return mPolicyEngine->getPropertyForKey<audio_devices_t, routing_strategy>(strategy); in getDeviceForStrategy()
DEngine.h61 return mPolicyEngine->getPropertyForKey<audio_devices_t, audio_source_t>(inputSource); in getDeviceForInputSource()
66 return mPolicyEngine->getPropertyForKey<routing_strategy, audio_stream_type_t>(stream); in getStrategyForStream()
184 Property getPropertyForKey(Key key) const;