Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCoreAudioVolumeGroup.java159 int index = getRestrictedGainForIndexLocked(getCurrentGainIndexLocked()); in applyMuteLocked()
180 int previousAudibleIndex = getRestrictedGainForIndexLocked(mCurrentGainIndex); in onAudioVolumeGroupChanged()
277 } else if (getRestrictedGainForIndexLocked(mCurrentGainIndex) != mAmCurrentGainIndex) { in syncGainIndex()
DCarVolumeGroup.java481 return getRestrictedGainForIndexLocked(getCurrentGainIndexLocked()); in getCurrentGainIndex()
491 protected int getRestrictedGainForIndexLocked(int index) { in getRestrictedGainForIndexLocked() method in CarVolumeGroup
876 int previousRestrictedIndex = getRestrictedGainForIndexLocked(mCurrentGainIndex); in onAudioGainChanged()
909 && (halIndex != getRestrictedGainForIndexLocked(mCurrentGainIndex))) { in onAudioGainChanged()
919 int newRestrictedIndex = getRestrictedGainForIndexLocked(mCurrentGainIndex); in onAudioGainChanged()
939 gainIndex = getRestrictedGainForIndexLocked(mCurrentGainIndex); in getCarVolumeGroupInfo()
DCarAudioVolumeGroup.java231 setCurrentGainIndexLocked(getRestrictedGainForIndexLocked(mCurrentGainIndex)); in calculateNewGainStageFromDeviceInfos()