Searched refs:call_state (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/audio/hal/
H A Dvoice.h45 struct call_state { struct
53 struct call_state state;
H A Dvoice.c239 bool call_state = false; local
242 ret = voice_extn_is_call_state_active(adev, &call_state);
244 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
247 return call_state;
/hardware/qcom/audio/msm8909/hal/
H A Dvoice.h47 struct call_state { struct
55 struct call_state state;
H A Dvoice.c206 bool call_state = false; local
209 ret = voice_extn_is_call_state_active(adev, &call_state);
211 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
214 return call_state;
/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c36 #define AUDIO_PARAMETER_KEY_CALL_STATE "call_state"
77 static bool is_valid_call_state(int call_state) argument
79 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD)
140 int call_state)
148 if(session->state.current == call_state){
291 const uint32_t vsid, const int call_state)
305 session->state.new = call_state;
469 int call_state = -1; local
472 call_state
139 get_session_id_with_state(struct audio_device *adev, int call_state) argument
290 update_call_states(struct audio_device *adev, const uint32_t vsid, const int call_state) argument
[all...]
/hardware/qcom/audio/msm8909/hal/voice_extn/
H A Dvoice_extn.c39 #define AUDIO_PARAMETER_KEY_CALL_STATE "call_state"
77 static bool is_valid_call_state(int call_state) argument
79 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD)
130 int call_state)
138 if(session->state.current == call_state){
281 const uint32_t vsid, const int call_state)
295 session->state.new = call_state;
449 int call_state = -1; local
452 call_state
129 get_session_id_with_state(struct audio_device *adev, int call_state) argument
280 update_call_states(struct audio_device *adev, const uint32_t vsid, const int call_state) argument
[all...]

Completed in 94 milliseconds