Home
last modified time | relevance | path

Searched defs:VolumeGroup (Results 1 – 2 of 2) sorted by relevance

/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/src/
DVolumeGroup.cpp34 VolumeGroup::VolumeGroup(const std::string &name, int indexMin, int indexMax) : in VolumeGroup() function in android::VolumeGroup