HomeSort by relevance Sort by last modified time
    Searched refs:call_state (Results 1 - 14 of 14) 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...]
mir_to_lir.h     [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_util.h 57 const char* dump_hf_call_state(bthf_call_state_t call_state);
  /art/compiler/dex/quick/arm64/
target_arm64.cc     [all...]
codegen_arm64.h 237 int GenDalvikArgsNoRange(CallInfo* info, int call_state, LIR** pcrLabel,
244 int GenDalvikArgsRange(CallInfo* info, int call_state, LIR** pcrLabel,
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 403 const char* dump_hf_call_state(bthf_call_state_t call_state)
405 switch(call_state)
btif_hf.c 239 static UINT8 callstate_to_callsetup(bthf_call_state_t call_state)
242 if (call_state == BTHF_CALL_STATE_INCOMING)
244 if (call_state == BTHF_CALL_STATE_DIALING)
246 if (call_state == BTHF_CALL_STATE_ALERTING)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 686 jint service, jint num_active, jint num_held, jint call_state,
701 (bthf_call_state_t) call_state,
784 jint call_state, jstring number_str, jint type) {
792 (bthf_call_state_t) call_state, number,
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
codegen_x86.h 330 int GenDalvikArgsNoRange(CallInfo* info, int call_state, LIR** pcrLabel,
337 int GenDalvikArgsRange(CallInfo* info, int call_state, LIR** pcrLabel,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 946 static CallState call_state = NORMAL; local
    [all...]

Completed in 1220 milliseconds