Searched refs:current_vol (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/audio/post_proc/ |
D | volume_listener.c | 176 static float current_vol = 0.0; variable 244 if (new_vol != current_vol) { in check_and_set_gain_dep_cal() 246 __func__, current_vol, new_vol); in check_and_set_gain_dep_cal() 262 __func__, current_vol, gain_dep_cal_level); in check_and_set_gain_dep_cal() 278 __func__, current_vol, new_vol, current_gain_dep_cal_level, in check_and_set_gain_dep_cal() 282 __func__, current_vol, new_vol, current_gain_dep_cal_level, in check_and_set_gain_dep_cal() 286 current_vol = new_vol; in check_and_set_gain_dep_cal() 733 current_vol = 0.0; in vol_prc_lib_release()
|