Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/voice_extn/
Dvoice_extn.h35 int voice_extn_is_call_state_active(struct audio_device *adev,
71 static int voice_extn_is_call_state_active(struct audio_device *adev __unused, in voice_extn_is_call_state_active() function
Dvoice_extn.c75 int voice_extn_is_call_state_active(struct audio_device *adev, bool *is_call_active);
306 voice_extn_is_call_state_active(adev, &is_call_active); in update_call_states()
336 int voice_extn_is_call_state_active(struct audio_device *adev, bool *is_call_active) in voice_extn_is_call_state_active() function
/hardware/qcom/audio/hal/
Dvoice.c253 ret = voice_extn_is_call_state_active(adev, &call_state); in voice_is_call_state_active()