Searched refs:vol_index (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/audio/msm8909/hal/voice_extn/ |
D | compress_voip.c | 140 int vol_index = 0; in voip_set_volume() local 150 vol_index = (int)percent_to_index(volume, MIN_VOL_INDEX, MAX_VOL_INDEX); in voip_set_volume() 151 set_values[0] = vol_index; in voip_set_volume()
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | msm_audio_calibration.h | 209 int32_t vol_index; member
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
D | msm_audio_calibration.h | 192 int32_t vol_index; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_audio_calibration.h | 214 int32_t vol_index; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_audio_calibration.h | 199 int32_t vol_index; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_audio_calibration.h | 206 int32_t vol_index; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_audio_calibration.h | 222 int32_t vol_index; member
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 1700 int vol_index = 0, ret = 0; in platform_set_voice_volume() local 1708 vol_index = (int)percent_to_index(volume, MIN_VOL_INDEX, my_data->max_vol_index); in platform_set_voice_volume() 1709 set_values[0] = vol_index; in platform_set_voice_volume()
|
/hardware/qcom/audio/msm8909/hal/msm8916/ |
D | platform.c | 1746 int vol_index = 0, ret = 0; in platform_set_voice_volume() local 1754 vol_index = (int)percent_to_index(volume, MIN_VOL_INDEX, MAX_VOL_INDEX); in platform_set_voice_volume() 1755 set_values[0] = vol_index; in platform_set_voice_volume()
|
/hardware/qcom/audio/msm8909/hal/msm8974/ |
D | platform.c | 1634 int vol_index = 0, ret = 0; in platform_set_voice_volume() local 1642 vol_index = (int)percent_to_index(volume, MIN_VOL_INDEX, MAX_VOL_INDEX); in platform_set_voice_volume() 1643 set_values[0] = vol_index; in platform_set_voice_volume()
|