Searched refs:setVolumeProfileForStream (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/interface/
H A DAudioPolicyPluginInterface.h118 virtual bool setVolumeProfileForStream(const audio_stream_type_t &stream,
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DVolumeProfile.cpp74 return mPolicyPluginInterface->setVolumeProfileForStream(mId, mCategory, pointsVector);
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.h144 virtual bool setVolumeProfileForStream(const audio_stream_type_t &stream, function in class:android::audio_policy::Engine::PluginInterfaceImpl
148 return mPolicyEngine->setVolumeProfileForStream(stream, deviceCategory, points);
174 bool setVolumeProfileForStream(const audio_stream_type_t &stream,
H A DEngine.cpp118 bool Engine::setVolumeProfileForStream(const audio_stream_type_t &streamType, function in class:android::audio_policy::Engine

Completed in 64 milliseconds