Home
last modified time | relevance | path

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

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