Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3444 int aliasIndex = streamState.getIndex(device); in adjustStreamVolume() local
3480 if (aliasIndex != 0) { in adjustStreamVolume()
3481 aliasIndex = step; in adjustStreamVolume()
3499 final int result = checkForRingerModeChange(aliasIndex, direction, step, in adjustStreamVolume()
3552 aliasIndex + step, device, flags)) { in adjustStreamVolume()