HomeSort by relevance Sort by last modified time
    Searched refs:setPropertyForKey (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.h 120 return mPolicyEngine->setPropertyForKey<audio_devices_t, routing_strategy>(devices,
126 return mPolicyEngine->setPropertyForKey<routing_strategy, audio_stream_type_t>(strategy,
134 return mPolicyEngine->setPropertyForKey<routing_strategy, audio_usage_t>(strategy,
140 return mPolicyEngine->setPropertyForKey<audio_devices_t, audio_source_t>(device,
187 bool setPropertyForKey(const Property &property, const Key &key);
Engine.cpp 181 if (mPolicyEngine->setPropertyForKey<audio_stream_type_t, audio_stream_type_t>(stream,
191 bool Engine::setPropertyForKey(const Property &property, const Key &key)

Completed in 40 milliseconds