Searched refs:mMaxGain (Results 1 – 2 of 2) sorted by relevance
67 private final int mMaxGain; field in CarAudioDeviceInfo86 mMaxGain = audioGain.maxValue(); in CarAudioDeviceInfo()109 return mMaxGain; in getMaxGain()133 } else if (gainInMillibels > mMaxGain) { in setCurrentGain()134 gainInMillibels = mMaxGain; in setCurrentGain()246 + " maxGain: " + mMaxGain in toString()256 indent, mMinGain, mMaxGain, mDefaultGain, mCurrentGain); in dump()
52 private int mMaxGain = Integer.MIN_VALUE; field in CarVolumeGroup160 if (info.getMaxGain() > mMaxGain) { in bind()161 mMaxGain = info.getMaxGain(); in bind()183 return getIndexForGain(mMaxGain); in getMaxGainIndex()202 gainInMillibels >= mMinGain && gainInMillibels <= mMaxGain, in setCurrentGainIndex()205 + mMaxGain + ") " in setCurrentGainIndex()257 indent, mMinGain, mMaxGain, in dump()