Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/hal/voice_extn/
Dvoice_extn.c79 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD) in is_valid_call_state()
169 case CALL_INACTIVE: in update_calls()
202 case CALL_INACTIVE: in update_calls()
334 if(session->state.current != CALL_INACTIVE){ in voice_extn_is_call_state_active()
425 adev->voice.session[i].state.new = CALL_INACTIVE; in voice_extn_stop_call()
/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/msm8909/hal/
Dvoice.h33 #define CALL_INACTIVE (BASE_CALL_STATE) macro
Dvoice.c73 session->state.current = CALL_INACTIVE; in voice_stop_usecase()
485 adev->voice.session[i].state.current = CALL_INACTIVE; in voice_init()
486 adev->voice.session[i].state.new = CALL_INACTIVE; in voice_init()
/hardware/qcom/audio/hal/
Dvoice.h30 #define CALL_INACTIVE (BASE_CALL_STATE) macro
Dvoice.c124 session->state.current = CALL_INACTIVE; in voice_stop_usecase()
514 adev->voice.session[i].state.current = CALL_INACTIVE; in voice_init()
515 adev->voice.session[i].state.new = CALL_INACTIVE; in voice_init()