Searched refs:mDefaultGain (Results 1 – 2 of 2) sorted by relevance
51 private int mDefaultGain = Integer.MIN_VALUE; field in CarVolumeGroup156 if (info.getDefaultGain() > mDefaultGain) { in bind()158 mDefaultGain = info.getDefaultGain(); in bind()170 mCurrentGainIndex = getIndexForGain(mDefaultGain); in bind()179 return getIndexForGain(mDefaultGain); in getDefaultGainIndex()258 mDefaultGain, getGainForIndex(mCurrentGainIndex)); in dump()
66 private final int mDefaultGain; field in CarAudioDeviceInfo85 mDefaultGain = audioGain.defaultValue(); in CarAudioDeviceInfo()105 return mDefaultGain; in getDefaultGain()256 indent, mMinGain, mMaxGain, mDefaultGain, mCurrentGain); in dump()