HomeSort by relevance Sort by last modified time
    Searched defs:call_state (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/audio/hal/
voice.h 45 struct call_state { struct
53 struct call_state state;
voice.c 240 bool call_state = false; local
243 ret = voice_extn_is_call_state_active(adev, &call_state);
245 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
248 return call_state;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 36 #define AUDIO_PARAMETER_KEY_CALL_STATE "call_state"
77 static bool is_valid_call_state(int call_state)
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 = value
    [all...]

Completed in 265 milliseconds