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.cc120 static const char* dump_hf_call_state(bthf_call_state_t call_state) { in dump_hf_call_state()
214 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.cpp749 jint call_state, jint signal, jint roam, in cindResponseNative()
863 jint call_state, jstring number_str, in phoneStateChangeNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs2037 let call_state = data & (UHID_OUTPUT_RING | UHID_OUTPUT_OFF_HOOK); in dispatch_uhid_hfp_output_callback() localVariable
2091 let mut call_state = CallState::Idle; in notify_telephony_event() localVariable