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

  /hardware/qcom/audio/hal/
voice.h 44 struct call_state { struct
52 struct call_state state;
voice.c 176 bool call_state = false; local
179 ret = voice_extn_is_call_state_active(adev, &call_state);
181 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
184 return call_state;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 35 #define AUDIO_PARAMETER_KEY_CALL_STATE "call_state"
72 static bool is_valid_call_state(int call_state)
74 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD)
125 int call_state)
133 if(session->state.current == call_state){
276 const uint32_t vsid, const int call_state)
290 session->state.new = call_state;
444 int call_state = -1; local
447 call_state = value
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 723 int Mir2Lir::LoadArgRegs(CallInfo* info, int call_state,
753 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
756 return call_state;
767 int call_state, LIR** pcrLabel, NextCallInsn next_call_insn,
775 return call_state;
777 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
1743 int call_state = 0; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 946 static CallState call_state = NORMAL; local
    [all...]

Completed in 1532 milliseconds