Home
last modified time | relevance | path

Searched defs:chld (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc69 static void call_hold_cb(bluetooth::headset::bthf_chld_type_t chld, RawAddress* addr) { in call_hold_cb()
167 void AtChldCallback(headset::bthf_chld_type_t chld, RawAddress* bd_addr) override { in AtChldCallback()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java233 public boolean processChld(int chld) { in processChld()
DHeadsetNativeInterface.java159 private void onAtChld(int chld, byte[] address) { in onAtChld()
DHeadsetStateMachine.java1795 void processAtChld(int chld, BluetoothDevice device) { in processAtChld()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java1214 int chld = 1; in testProcessAtChld_withProcessChldTrue() local
1224 int chld = 1; in testProcessAtChld_withProcessChldFalse() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java557 public boolean processChld(int chld) { in processChld()
1009 private boolean _processChld(int chld) { in _processChld()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp253 void AtChldCallback(bluetooth::headset::bthf_chld_type_t chld, in AtChldCallback()