Searched refs:VolumeGroup (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/audiopolicy/engine/common/src/ |
D | VolumeGroup.cpp | 34 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()
|
D | EngineBase.cpp | 122 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/ |
D | VolumeGroup.h | 30 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/ |
D | EngineConfig.h | 58 struct VolumeGroup { struct 64 using VolumeGroups = std::vector<VolumeGroup>; argument
|
/frameworks/av/services/audiopolicy/engine/common/ |
D | Android.bp | 36 "src/VolumeGroup.cpp",
|
/frameworks/av/services/audiopolicy/engine/config/src/ |
D | EngineConfig.cpp | 127 struct VolumeGroupTraits : public BaseSerializerTraits<VolumeGroup, VolumeGroups> {
|