Searched refs:sMinAmVcVol (Results 1 – 1 of 1) sorted by relevance
157 private static int sMinAmVcVol; field in HeadsetClientStateMachine930 sMinAmVcVol = mAudioManager.getStreamMinVolume(AudioManager.STREAM_VOICE_CALL); in HeadsetClientStateMachine()1017 int amRange = sMaxAmVcVol - sMinAmVcVol; in hfToAmVol()1026 + sMinAmVcVol; in hfToAmVol()1029 amVol = sMinAmVcVol + amOffset; in hfToAmVol()1036 int amRange = (sMaxAmVcVol > sMinAmVcVol) ? (sMaxAmVcVol - sMinAmVcVol) : 1; in amToHfVol()1041 (int) Math.round((amVol - sMinAmVcVol) * ((double) hfRange / amRange)) in amToHfVol()1044 int hfOffset = (hfRange * (amVol - sMinAmVcVol)) / amRange; in amToHfVol()