/packages/modules/Bluetooth/system/btcore/src/ |
D | hal_util.cc | 24 extern bt_interface_t bluetoothInterface; 26 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/android/app/jni/ |
D | com_android_bluetooth_BluetoothQualityReport.cpp | 94 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 130 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 98 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 134 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_hearing_aid.cpp | 102 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 139 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_a2dp_sink.cpp | 131 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 154 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_csip_set_coordinator.cpp | 168 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 205 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth.h | 125 const bt_interface_t* getBluetoothInterface();
|
D | com_android_bluetooth_pan.cpp | 93 static const bt_interface_t* btIf;
|
D | com_android_bluetooth_le_audio.cpp | 431 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 476 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() 1183 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterInitNative() 1265 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterStopNative() 1280 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterCleanupNative()
|
D | com_android_bluetooth_a2dp.cpp | 278 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 328 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_hid_host.cpp | 213 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() 249 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_hap_client.cpp | 319 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 363 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
D | com_android_bluetooth_sdp.cpp | 62 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() 487 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 284 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetA2dpProfile() 355 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 | 128 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetCsisClientProfile()
|
/packages/modules/Bluetooth/system/test/suite/adapter/ |
D | bluetooth_test.cc | 29 extern bt_interface_t bluetoothInterface; 129 const bt_interface_t* BluetoothTest::bt_interface() { return &bluetoothInterface; } in bt_interface()
|
D | bluetooth_test.h | 83 const bt_interface_t* bt_interface();
|
/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/gd/rust/topshim/vc/ |
D | vc_shim.cc | 193 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;
|
D | headless.cc | 38 extern bt_interface_t bluetoothInterface;
|
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.cc | 373 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 | 412 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetLeAudioClientProfile()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 1013 } bt_interface_t; typedef
|