Home
last modified time | relevance | path

Searched defs:call_state (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc141 static const char* dump_hf_call_state(bthf_call_state_t call_state) { in dump_hf_call_state()
239 static uint8_t callstate_to_callsetup(bthf_call_state_t call_state) { in callstate_to_callsetup()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp766 jint num_held, jint call_state, jint signal, jint roam, in cindResponseNative()
870 jint num_held, jint call_state, jstring number_str, in phoneStateChangeNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs2125 let call_state = data & (UHID_OUTPUT_RING | UHID_OUTPUT_OFF_HOOK); in dispatch_uhid_hfp_output_callback() localVariable
2179 let mut call_state = CallState::Idle; in notify_telephony_event() localVariable