Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Dvoice.h74 int voice_stop_usecase(struct audio_device *adev, audio_usecase_t usecase_id);
Dvoice.c102 int voice_stop_usecase(struct audio_device *adev, audio_usecase_t usecase_id) in voice_stop_usecase() function
241 voice_stop_usecase(adev, usecase_id); in voice_start_usecase()
455 ret = voice_stop_usecase(adev, USECASE_VOICE_CALL); in voice_stop_call()
/hardware/qcom/audio/hal/voice_extn/
Dvoice_extn.c219 ret = voice_stop_usecase(adev, usecase_id); in update_calls()