Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Dvoice.h31 #define CALL_ACTIVE (BASE_CALL_STATE + 1) macro
Dvoice.c237 session->state.current = CALL_ACTIVE; in voice_start_usecase()
255 … call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false; in voice_is_call_state_active()