Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/hal/
H A 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()
H A Dvoice.h74 int voice_stop_usecase(struct audio_device *adev, audio_usecase_t usecase_id);
/aosp12/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c219 ret = voice_stop_usecase(adev, usecase_id); in update_calls()