Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/voice_extn/
Dvoice_extn.c79 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD) in is_valid_call_state()
179 case CALL_INACTIVE: in update_calls()
212 case CALL_INACTIVE: in update_calls()
344 if(session->state.current != CALL_INACTIVE){ in voice_extn_is_call_state_active()
445 adev->voice.session[i].state.new = CALL_INACTIVE; in voice_extn_stop_call()
/hardware/qcom/audio/hal/
Dvoice.h30 #define CALL_INACTIVE (BASE_CALL_STATE) macro
Dvoice.c119 session->state.current = CALL_INACTIVE; in voice_stop_usecase()
558 adev->voice.session[i].state.current = CALL_INACTIVE; in voice_init()
559 adev->voice.session[i].state.new = CALL_INACTIVE; in voice_init()