OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_vol
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/audio/post_proc/
volume_listener.c
176
static float
current_vol
= 0.0;
variable
244
if (new_vol !=
current_vol
) {
246
__func__,
current_vol
, new_vol);
262
__func__,
current_vol
, gain_dep_cal_level);
278
__func__,
current_vol
, new_vol, current_gain_dep_cal_level,
282
__func__,
current_vol
, new_vol, current_gain_dep_cal_level,
286
current_vol
= new_vol;
733
current_vol
= 0.0;
Completed in 405 milliseconds