Home
last modified time | relevance | path

Searched refs:mVolumeGroup (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp48 androidAa.push_back({attr.mVolumeGroup, attr.mStream, attr.mAttributes}); in listAudioAttributes()
127 return supportedAttr.mVolumeGroup; in getVolumeGroupForAttributes()
137 return supportedAttr.mVolumeGroup; in getVolumeGroupForStreamType()
147 return iter != end(mAttributesVector) ? iter->mVolumeGroup : VOLUME_GROUP_NONE; in getDefaultVolumeGroup()
162 dst->appendFormat("%*sGroup: %d stream: %s\n", spaces + 3, "", attr.mVolumeGroup, in dump()
/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h45 volume_group_t mVolumeGroup = VOLUME_GROUP_NONE; member