Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeCurve.h188 int mIndexMax; /**< max volume index. */ variable
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h322 int mIndexMax; // max volume index variable
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6471 private int mIndexMax; field in AudioService.VolumeGroupState
6760 private int mIndexMax; field in AudioService.VolumeStreamState
7157 mIndexMap.put(mIndexMap.keyAt(i), mIndexMax); in setAllIndexesToMax() local