Searched defs:getPropertyForKey (Results 1 - 1 of 1) 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);

Completed in 184 milliseconds