Searched refs:call_state (Results 1 – 2 of 2) sorted by relevance
45 struct call_state { struct53 struct call_state state; argument
250 bool call_state = false; in voice_is_call_state_active() local253 ret = voice_extn_is_call_state_active(adev, &call_state); in voice_is_call_state_active()255 … call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false; in voice_is_call_state_active()258 return call_state; in voice_is_call_state_active()