Searched refs:amVol (Results 1 – 1 of 1) sorted by relevance
863 int amVol = sMinAmVcVol + amOffset; in hfToAmVol() local864 logD("HF -> AM " + hfVol + " " + amVol); in hfToAmVol()865 return amVol; in hfToAmVol()868 static int amToHfVol(int amVol) { in amToHfVol() argument871 int hfOffset = (hfRange * (amVol - sMinAmVcVol)) / amRange; in amToHfVol()873 logD("AM -> HF " + amVol + " " + hfVol); in amToHfVol()1112 int amVol = mAudioManager.getStreamVolume(AudioManager.STREAM_VOICE_CALL); in processConnectionEvent() local1114 obtainMessage(HeadsetClientStateMachine.SET_SPEAKER_VOLUME, amVol, 0)); in processConnectionEvent()1277 int amVol = message.arg1; in processMessage() local1278 int hfVol = amToHfVol(amVol); in processMessage()[all …]