Searched refs:voice_extn_is_call_state_active (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/audio/hal/voice_extn/ |
D | voice_extn.h | 35 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
|
D | voice_extn.c | 75 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/msm8909/hal/voice_extn/ |
D | voice_extn.h | 36 int voice_extn_is_call_state_active(struct audio_device *adev, 80 static int voice_extn_is_call_state_active(struct audio_device *adev __unused, in voice_extn_is_call_state_active() function
|
D | voice_extn.c | 75 int voice_extn_is_call_state_active(struct audio_device *adev, bool *is_call_active); 296 voice_extn_is_call_state_active(adev, &is_call_active); in update_call_states() 326 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/msm8909/hal/ |
D | voice.c | 209 ret = voice_extn_is_call_state_active(adev, &call_state); in voice_is_call_state_active()
|
/hardware/qcom/audio/hal/ |
D | voice.c | 242 ret = voice_extn_is_call_state_active(adev, &call_state); in voice_is_call_state_active()
|