Home
last modified time | relevance | path

Searched refs:volumeProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DStream.cpp38 status_t Element<audio_stream_type_t>::set<audio_stream_type_t>(audio_stream_type_t volumeProfile) in set() argument
40 if (volumeProfile >= AUDIO_STREAM_CNT) { in set()
43 mVolumeProfile = volumeProfile; in set()
DEngine.h81 const audio_stream_type_t &volumeProfile) override;
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DStream.h32 uint32_t volumeProfile; /**< applicable strategy for this stream. */ member
DStream.cpp48 mId, static_cast<audio_stream_type_t>(params.volumeProfile)); in sendToHW()
/frameworks/av/services/audiopolicy/engineconfigurable/interface/
DAudioPolicyPluginInterface.h74 const audio_stream_type_t &volumeProfile) = 0;