Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.h85 return setPropertyForKey<audio_devices_t, audio_source_t>(device, inputSource); in setDeviceForInputSource()
122 bool setPropertyForKey(const Property &property, const Key &key);
DEngine.cpp119 if (setPropertyForKey<audio_stream_type_t, audio_stream_type_t>(stream, profile)) { in setVolumeProfileForStream()
127 bool Engine::setPropertyForKey(const Property &property, const Key &key) in setPropertyForKey() function in android::audio_policy::Engine