/aosp12/system/bt/btcore/src/ |
H A D | hal_util.cc | 35 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() 37 bt_interface_t* itf = nullptr; in hal_util_load_bt_library() 49 itf = (bt_interface_t*)dlsym(handle, sym); in hal_util_load_bt_library() 70 extern bt_interface_t bluetoothInterface; 72 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library()
|
/aosp12/system/bt/service/hal/ |
H A D | fake_bluetooth_interface.cc | 42 bt_interface_t fake_bt_iface = { 43 sizeof(bt_interface_t), 160 const bt_interface_t* FakeBluetoothInterface::GetHALInterface() const { in GetHALInterface()
|
H A D | bluetooth_interface.cc | 259 const bt_interface_t* GetHALInterface() const override { return hal_iface_; } in GetHALInterface() 267 const bt_interface_t* interface; in Initialize() 304 const bt_interface_t* hal_iface_;
|
H A D | fake_bluetooth_interface.h | 66 const bt_interface_t* GetHALInterface() const override;
|
H A D | bluetooth_interface.h | 116 virtual const bt_interface_t* GetHALInterface() const = 0;
|
/aosp12/system/bt/test/suite/adapter/ |
H A D | bluetooth_test.h | 44 const bt_interface_t* bt_interface(); 104 const bt_interface_t* bt_interface_;
|
H A D | bluetooth_test.cc | 80 const bt_interface_t* BluetoothTest::bt_interface() { return bt_interface_; } in bt_interface()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_btservice_ActivityAttribution.cpp | 102 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 143 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
H A D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 104 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 142 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
H A D | com_android_bluetooth_hearing_aid.cpp | 106 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 143 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
H A D | com_android_bluetooth_a2dp_sink.cpp | 114 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 152 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
H A D | com_android_bluetooth_le_audio.cpp | 145 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 177 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
H A D | com_android_bluetooth.h | 129 const bt_interface_t* getBluetoothInterface();
|
H A D | com_android_bluetooth_hid_host.cpp | 208 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() 245 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
H A D | com_android_bluetooth_btservice_AdapterService.cpp | 83 static const bt_interface_t* sBluetoothInterface = NULL; 94 const bt_interface_t* getBluetoothInterface() { return sBluetoothInterface; } in getBluetoothInterface() 779 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() 781 bt_interface_t* itf = nullptr; in hal_util_load_bt_library() 793 itf = (bt_interface_t*)dlsym(handle, sym); in hal_util_load_bt_library() 863 if (hal_util_load_bt_library((bt_interface_t const**)&sBluetoothInterface)) { in classInitNative()
|
H A D | com_android_bluetooth_pan.cpp | 112 static const bt_interface_t* btIf;
|
H A D | com_android_bluetooth_a2dp.cpp | 295 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() 355 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
|
/aosp12/system/bt/service/test/ |
H A D | fake_hal_util.cc | 25 int hal_util_load_bt_library(const bt_interface_t** interface) { return -1; } in hal_util_load_bt_library()
|
/aosp12/system/bt/btcore/include/ |
H A D | hal_util.h | 23 int hal_util_load_bt_library(const bt_interface_t** interface);
|
/aosp12/system/bt/test/headless/dumpsys/ |
H A D | dumpsys.cc | 31 extern bt_interface_t bluetoothInterface;
|
/aosp12/system/bt/gd/rust/topshim/btif/ |
H A D | btif_shim.h | 78 const bt_interface_t* intf_;
|
/aosp12/system/bt/test/headless/ |
H A D | headless.h | 27 extern bt_interface_t bluetoothInterface;
|
H A D | headless.cc | 31 extern bt_interface_t bluetoothInterface;
|
/aosp12/system/bt/test/headless/connect/ |
H A D | connect.cc | 41 extern bt_interface_t bluetoothInterface;
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | bluetooth.h | 593 } bt_interface_t; typedef
|