Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DEngineBase.h180 VolumeGroupMap mVolumeGroups; variable
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioZone.java52 private final List<CarVolumeGroup> mVolumeGroups; field in CarAudioZone
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
H A DCarAudioZonesValidatorTest.java165 private CarVolumeGroup[] mVolumeGroups = new CarVolumeGroup[0]; field in CarAudioZonesValidatorTest.MockBuilder