Home
last modified time | relevance | path

Searched refs:VolumeGroup (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/engine/common/src/
DVolumeGroup.cpp34 VolumeGroup::VolumeGroup(const std::string &name, int indexMin, int indexMax) : in VolumeGroup() function in android::VolumeGroup
40 void VolumeGroup::dump(String8 *dst, int spaces) const in dump()
48 void VolumeGroup::add(const sp<VolumeCurve> &curve) in add()
53 void VolumeGroup::addSupportedAttributes(const audio_attributes_t &attr) in addSupportedAttributes()
58 void VolumeGroup::addSupportedStream(audio_stream_type_t stream) in addSupportedStream()
DEngineBase.cpp122 sp<VolumeGroup> volumeGroup = new VolumeGroup(volumeConfig.name, volumeConfig.indexMin, in loadAudioPolicyEngineConfig()
182 engineConfig::VolumeGroup defaultVolumeConfig; in loadAudioPolicyEngineConfig()
183 engineConfig::VolumeGroup defaultSystemVolumeConfig; in loadAudioPolicyEngineConfig()
200 sp<VolumeGroup> volumeGroup = nullptr; in loadAudioPolicyEngineConfig()
204 engineConfig::VolumeGroup volumeConfig; in loadAudioPolicyEngineConfig()
/frameworks/av/services/audiopolicy/engine/common/include/
DVolumeGroup.h30 class VolumeGroup : public virtual RefBase, private HandleGenerator<uint32_t>
33 VolumeGroup(const std::string &name, int indexMin, int indexMax);
55 class VolumeGroupMap : public std::map<volume_group_t, sp<VolumeGroup> >
/frameworks/av/services/audiopolicy/engine/config/include/
DEngineConfig.h58 struct VolumeGroup { struct
64 using VolumeGroups = std::vector<VolumeGroup>; argument
/frameworks/av/services/audiopolicy/engine/common/
DAndroid.bp36 "src/VolumeGroup.cpp",
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp127 struct VolumeGroupTraits : public BaseSerializerTraits<VolumeGroup, VolumeGroups> {