Searched refs:setPropertyForKey (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.h | 120 return mPolicyEngine->setPropertyForKey<audio_devices_t, routing_strategy>(devices, in setDeviceForStrategy() 126 return mPolicyEngine->setPropertyForKey<routing_strategy, audio_stream_type_t>(strategy, in setStrategyForStream() 134 return mPolicyEngine->setPropertyForKey<routing_strategy, audio_usage_t>(strategy, in setStrategyForUsage() 140 return mPolicyEngine->setPropertyForKey<audio_devices_t, audio_source_t>(device, in setDeviceForInputSource() 187 bool setPropertyForKey(const Property &property, const Key &key);
|
D | Engine.cpp | 181 if (mPolicyEngine->setPropertyForKey<audio_stream_type_t, audio_stream_type_t>(stream, in setVolumeProfileForStream() 191 bool Engine::setPropertyForKey(const Property &property, const Key &key) in setPropertyForKey() function in android::audio_policy::Engine
|