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

  /hardware/qcom/audio/hal/
voice.h 44 struct call_state { struct
52 struct call_state state;
voice.c 177 bool call_state = false; local
180 ret = voice_extn_is_call_state_active(adev, &call_state);
182 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
185 return call_state;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 36 #define AUDIO_PARAMETER_KEY_CALL_STATE "call_state"
73 static bool is_valid_call_state(int call_state)
75 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD)
126 int call_state)
134 if(session->state.current == call_state){
277 const uint32_t vsid, const int call_state)
291 session->state.new = call_state;
445 int call_state = -1; local
448 call_state = value
    [all...]
  /system/bt/btif/include/
btif_util.h 56 const char* dump_hf_call_state(bthf_call_state_t call_state);
  /system/bt/btif/src/
btif_util.c 382 const char* dump_hf_call_state(bthf_call_state_t call_state)
384 switch(call_state)
btif_hf.c 240 static UINT8 callstate_to_callsetup(bthf_call_state_t call_state)
243 if (call_state == BTHF_CALL_STATE_INCOMING)
245 if (call_state == BTHF_CALL_STATE_DIALING)
247 if (call_state == BTHF_CALL_STATE_ALERTING)
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 753 int Mir2Lir::GenDalvikArgs(CallInfo* info, int call_state,
760 return call_state;
1550 int call_state = 0; local
    [all...]
mir_to_lir.h     [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,
  /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 374 milliseconds