Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeCurve.h94 virtual int getVolumeIndex(const DeviceTypeSet& deviceTypes) const in getVolumeIndex() function
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6526 public int getVolumeIndex() { in getVolumeIndex() method in AudioService.VolumeGroupState
7357 int getVolumeIndex() throws IllegalStateException { in getVolumeIndex() method in AudioService.DeviceVolumeUpdate
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2901 status_t AudioPolicyManager::getVolumeIndex(const IVolumeCurves &curves, in getVolumeIndex() function in android::AudioPolicyManager