Home
last modified time | relevance | path

Searched refs:HangupCallCallback (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_callbacks.h72 virtual void HangupCallCallback(RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc137 void HangupCallCallback(RawAddress* bd_addr) override { in HangupCallCallback() function in bluetooth::topshim::rust::DBusHeadsetCallbacks
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp141 void HangupCallCallback(RawAddress* bd_addr) override { in HangupCallCallback() function in android::JniHeadsetCallbacks
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc545 bt_hf_callbacks->HangupCallCallback(&btif_hf_cb[idx].connected_bda); in btif_hf_upstreams_evt()