Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Dvoice.h45 struct call_state { struct
53 struct call_state state; argument
Dvoice.c250 bool call_state = false; in voice_is_call_state_active() local
253 ret = voice_extn_is_call_state_active(adev, &call_state); in voice_is_call_state_active()
255call_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()