Searched refs:VOICE_SESS_IDX (Results 1 – 3 of 3) sorted by relevance
53 #define VOICE2_SESS_IDX (VOICE_SESS_IDX + 1)54 #define VOLTE_SESS_IDX (VOICE_SESS_IDX + 2)55 #define QCHAT_SESS_IDX (VOICE_SESS_IDX + 3)56 #define VOWLAN_SESS_IDX (VOICE_SESS_IDX + 4)57 #define MMODE1_SESS_IDX (VOICE_SESS_IDX + 5)58 #define MMODE2_SESS_IDX (VOICE_SESS_IDX + 6)104 case VOICE_SESS_IDX: in voice_extn_get_usecase_for_session_idx()368 adev->voice.session[VOICE_SESS_IDX].vsid = VOICE_VSID; in voice_extn_init()385 *session = &adev->voice.session[VOICE_SESS_IDX]; in voice_extn_get_session_from_use_case()
21 #define VOICE_SESS_IDX (BASE_SESS_IDX) macro
50 session = &adev->voice.session[VOICE_SESS_IDX]; in voice_get_session_from_use_case()255 … call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false; in voice_is_call_state_active()