Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3241 final VolumeGroupState vgs = sVolumeGroupStates.get(volumeGroup); in setVolumeIndexForAttributes() local
3282 final VolumeGroupState vgs = sVolumeGroupStates.get(volumeGroup); in getVolumeIndexForAttributes() local
6419 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in initVolumeGroupStates() local
6438 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in readVolumeGroupsSettings() local
6450 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in restoreVolumeGroups() local
6458 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in dumpVolumeGroups() local
7506 final VolumeGroupState vgs = (VolumeGroupState) msg.obj; in handleMessage() local