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

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

Completed in 55 milliseconds