Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/hal/voice_extn/
Dvoice_extn.c166 case CALL_ACTIVE: in update_calls()
205 case CALL_ACTIVE: in update_calls()
228 case CALL_ACTIVE: in update_calls()
253 case CALL_ACTIVE: in update_calls()
322 *session_id = get_session_id_with_state(adev, CALL_ACTIVE); in voice_extn_get_active_session_id()
/hardware/qcom/audio/hal/voice_extn/
Dvoice_extn.c176 case CALL_ACTIVE: in update_calls()
215 case CALL_ACTIVE: in update_calls()
238 case CALL_ACTIVE: in update_calls()
263 case CALL_ACTIVE: in update_calls()
332 *session_id = get_session_id_with_state(adev, CALL_ACTIVE); in voice_extn_get_active_session_id()
/hardware/qcom/audio/msm8909/hal/
Dvoice.h34 #define CALL_ACTIVE (BASE_CALL_STATE + 1) macro
Dvoice.c193 session->state.current = CALL_ACTIVE; in voice_start_usecase()
211 … call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false; in voice_is_call_state_active()
/hardware/qcom/audio/hal/
Dvoice.h31 #define CALL_ACTIVE (BASE_CALL_STATE + 1) macro
Dvoice.c226 session->state.current = CALL_ACTIVE; in voice_start_usecase()
244 … call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false; in voice_is_call_state_active()