Searched refs:gainIndex (Results 1 – 1 of 1) sorted by relevance
198 void setCurrentGainIndex(int gainIndex) { in setCurrentGainIndex() argument199 int gainInMillibels = getGainForIndex(gainIndex); in setCurrentGainIndex()207 + gainIndex); in setCurrentGainIndex()214 mCurrentGainIndex = gainIndex; in setCurrentGainIndex()216 CarAudioService.getVolumeSettingsKeyForGroup(mZoneId, mId), gainIndex); in setCurrentGainIndex()222 private int getGainForIndex(int gainIndex) { in getGainForIndex() argument223 return mMinGain + gainIndex * mStepSize; in getGainForIndex()