/packages/modules/Bluetooth/system/btcore/src/ |
D | hal_util.cc | 27 extern bt_interface_t bluetoothInterface; 29 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/ |
D | btav_sink_shim.cc | 70 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetA2dpSinkProfile()
|
/packages/modules/Bluetooth/system/test/suite/adapter/ |
D | bluetooth_test.cc | 28 extern bt_interface_t bluetoothInterface; 114 const bt_interface_t* BluetoothTest::bt_interface() { in bt_interface()
|
D | bluetooth_test.h | 83 const bt_interface_t* bt_interface();
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_BluetoothQualityReport.cpp | 87 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 125 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 92 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 128 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_hearing_aid.cpp | 92 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 129 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_a2dp_sink.cpp | 116 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 156 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_csip_set_coordinator.cpp | 159 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 196 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth.h | 131 const bt_interface_t* getBluetoothInterface();
|
D | com_android_bluetooth_pan.cpp | 89 static const bt_interface_t* btIf;
|
D | com_android_bluetooth_le_audio.cpp | 412 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 457 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() 1213 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterInitNative() 1307 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterStopNative() 1323 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterCleanupNative()
|
D | com_android_bluetooth_vc.cpp | 208 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 245 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_hid_host.cpp | 211 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() 249 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_a2dp.cpp | 258 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 317 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_sdp.cpp | 54 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() 464 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_hap_client.cpp | 306 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 352 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 268 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetA2dpProfile() 342 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetAvrcpProfile()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/ |
D | csis_shim.cc | 136 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetCsisClientProfile()
|
/packages/modules/Bluetooth/system/btcore/include/ |
D | hal_util.h | 23 int hal_util_load_bt_library(const bt_interface_t** interface);
|
/packages/modules/Bluetooth/system/btcore/fuzzer/ |
D | btcore_module_fuzzer.cpp | 35 const bt_interface_t* interface; in process()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 158 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetVolumeControlProfile()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.h | 29 extern bt_interface_t bluetoothInterface;
|
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.cc | 425 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetHfpProfile()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/ |
D | le_audio_shim.cc | 443 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetLeAudioClientProfile()
|