Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2150 final VolumeGroupState vgs = sVolumeGroupStates.get(volumeGroup); in setVolumeIndexForAttributes() local
2152 sVolumeLogger.log(new VolumeEvent(VolumeEvent.VOL_SET_GROUP_VOL, attr, vgs.name(), in setVolumeIndexForAttributes()
2155 vgs.setVolumeIndex(index, flags); in setVolumeIndexForAttributes()
2158 for (final int groupedStream : vgs.getLegacyStreamTypes()) { in setVolumeIndexForAttributes()
2191 final VolumeGroupState vgs = sVolumeGroupStates.get(volumeGroup); in getVolumeIndexForAttributes() local
2192 return vgs.getVolumeIndex(); in getVolumeIndexForAttributes()
4509 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in initVolumeGroupStates() local
4510 vgs.applyAllVolumes(); in initVolumeGroupStates()
4528 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in readVolumeGroupsSettings() local
4529 vgs.readSettings(); in readVolumeGroupsSettings()
[all …]