Searched refs:amVol (Results 1 – 1 of 1) sorted by relevance
733 int amVol = mMinAmVcVol + amOffset; in hfToAmVol() local734 Log.d(TAG, "HF -> AM " + hfVol + " " + amVol); in hfToAmVol()735 return amVol; in hfToAmVol()738 static int amToHfVol(int amVol) { in amToHfVol() argument741 int hfOffset = (hfRange * (amVol - mMinAmVcVol)) / amRange; in amToHfVol()743 Log.d(TAG, "AM -> HF " + amVol + " " + hfVol); in amToHfVol()991 int amVol = mAudioManager.getStreamVolume(AudioManager.STREAM_VOICE_CALL); in processConnectionEvent() local993 obtainMessage(HeadsetClientStateMachine.SET_SPEAKER_VOLUME, amVol, 0)); in processConnectionEvent()1110 int amVol = message.arg1; in processMessage() local1111 int hfVol = amToHfVol(amVol); in processMessage()[all …]