Home
last modified time | relevance | path

Searched refs:addSupportedStream (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeGroup.h44 void addSupportedStream(audio_stream_type_t stream);
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A DVolumeGroup.cpp58 void VolumeGroup::addSupportedStream(audio_stream_type_t stream) in addSupportedStream() function in android::VolumeGroup
H A DEngineBase.cpp222 volumeGroup->addSupportedStream(group.stream); in loadAudioPolicyEngineConfig()