Searched refs:mMinAmVcVol (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java144 private int mMinAmVcVol; field in class:HeadsetClientStateMachine
1235 mMinAmVcVol = mAudioManager.getStreamMinVolume(AudioManager.STREAM_VOICE_CALL);
1285 int amRange = mMaxAmVcVol - mMinAmVcVol;
1289 int amVol = mMinAmVcVol + amOffset;
1295 int amRange = mMaxAmVcVol - mMinAmVcVol;
1297 int hfOffset = (hfRange * (amVol - mMinAmVcVol)) / amRange;

Completed in 41 milliseconds