Home
last modified time | relevance | path

Searched refs:call_state (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c77 static bool is_valid_call_state(int call_state) in is_valid_call_state() argument
79 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD) in is_valid_call_state()
140 int call_state) in get_session_id_with_state() argument
148 if(session->state.current == call_state){ in get_session_id_with_state()
291 const uint32_t vsid, const int call_state) in update_call_states() argument
305 session->state.new = call_state; in update_call_states()
469 int call_state = -1; in voice_extn_set_parameters() local
472 call_state = value; in voice_extn_set_parameters()
480 if (is_valid_vsid(vsid) && is_valid_call_state(call_state)) { in voice_extn_set_parameters()
481 ret = update_call_states(adev, vsid, call_state); in voice_extn_set_parameters()
[all …]
/aosp12/hardware/qcom/audio/hal/
H A Dvoice.h45 struct call_state { struct
53 struct call_state state; argument
H A Dvoice.c250 bool call_state = false; in voice_is_call_state_active() local
253 ret = voice_extn_is_call_state_active(adev, &call_state); in voice_is_call_state_active()
255call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false; in voice_is_call_state_active()
258 return call_state; in voice_is_call_state_active()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
H A DInCallDialpadFragment.java63 mCallStateView = rootView.findViewById(R.id.call_state); in onCreateView()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp753 jint call_state, jint signal, jint roam, in cindResponseNative() argument
768 (bluetooth::headset::bthf_call_state_t)call_state, signal, roam, in cindResponseNative()
865 jint call_state, jstring number_str, in phoneStateChangeNative() argument
885 num_active, num_held, (bluetooth::headset::bthf_call_state_t)call_state, in phoneStateChangeNative()
/aosp12/system/bt/btif/src/
H A Dbtif_hf.cc120 static const char* dump_hf_call_state(bthf_call_state_t call_state) { in dump_hf_call_state() argument
121 switch (call_state) { in dump_hf_call_state()
192 static uint8_t callstate_to_callsetup(bthf_call_state_t call_state) { in callstate_to_callsetup() argument
193 switch (call_state) { in callstate_to_callsetup()
/aosp12/frameworks/opt/telephony/proto/src/
H A Dtelephony.proto2375 optional CallState call_state = 9; field
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto1934 optional android.telecom.CallStateEnum call_state = 1; field
1937 // This value is only applicable when the call_state is DISCONNECTED, and
1938 // should always be UNKNOWN if the call_state is not DISCONNECTED.