Home | History | Annotate | Download | only in audio_extn

Lines Matching refs:vol

72     int32_t vol, ret = 0;
86 vol = lrint((value * 0x2000) + 0.5);
94 ALOGD("%s: Setting HFP volume to %d \n", __func__, vol);
101 if(mixer_ctl_set_value(ctl, 0, vol) < 0) {
102 ALOGE("%s: Couldn't set HFP Volume: [%d]", __func__, vol);
269 float vol;
310 if (sscanf(value, "%f", &vol) != 1){
315 ALOGD("%s: set_hfp_volume usecase, Vol: [%f]", __func__, vol);
316 hfp_set_volume(adev, vol);