Home
last modified time | relevance | path

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

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