Home
last modified time | relevance | path

Searched refs:CAPTURE_VOLUME_DEFAULT (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
Dhfp.c41 #define CAPTURE_VOLUME_DEFAULT (15.0) macro
67 .mic_volume = CAPTURE_VOLUME_DEFAULT,
154 } else if (value > CAPTURE_VOLUME_DEFAULT) { in hfp_set_mic_volume()
155 value = CAPTURE_VOLUME_DEFAULT; in hfp_set_mic_volume()
159 value = value / CAPTURE_VOLUME_DEFAULT; in hfp_set_mic_volume()
210 value = (volume / PLAYBACK_VOLUME_MAX) * CAPTURE_VOLUME_DEFAULT; in hfp_get_mic_volume()
214 } else if (value > CAPTURE_VOLUME_DEFAULT) { in hfp_get_mic_volume()
215 value = CAPTURE_VOLUME_DEFAULT; in hfp_get_mic_volume()