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.c74 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD) in is_valid_call_state()
164 case CALL_INACTIVE: in update_calls()
197 case CALL_INACTIVE: in update_calls()
329 if(session->state.current != CALL_INACTIVE){ in voice_extn_is_call_state_active()
420 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.c63 session->state.current = CALL_INACTIVE; in voice_stop_usecase()
447 adev->voice.session[i].state.current = CALL_INACTIVE; in voice_init()
448 adev->voice.session[i].state.new = CALL_INACTIVE; in voice_init()