HomeSort by relevance Sort by last modified time
    Searched full:call_state (Results 1 - 16 of 16) 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 722 int Mir2Lir::LoadArgRegs(CallInfo* info, int call_state,
752 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
755 return call_state;
766 int call_state, LIR** pcrLabel, NextCallInsn next_call_insn,
774 return call_state;
776 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
1742 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 405 const char* dump_hf_call_state(bthf_call_state_t call_state)
407 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...]
  /hardware/libhardware/include/hardware/
bt_hf.h 285 * 2. call_state: This denotes the state change that triggered this msg
  /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 947 static CallState call_state = NORMAL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3if.h 499 typedef enum CALL_STATE {
503 } CALL_STATE;
    [all...]

Completed in 629 milliseconds