Home
last modified time | relevance | path

Searched refs:bt_interface_t (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/system/bt/btcore/src/
H A Dhal_util.cc35 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 Dfake_bluetooth_interface.cc42 bt_interface_t fake_bt_iface = {
43 sizeof(bt_interface_t),
160 const bt_interface_t* FakeBluetoothInterface::GetHALInterface() const { in GetHALInterface()
H A Dbluetooth_interface.cc259 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 Dfake_bluetooth_interface.h66 const bt_interface_t* GetHALInterface() const override;
H A Dbluetooth_interface.h116 virtual const bt_interface_t* GetHALInterface() const = 0;
/aosp12/system/bt/test/suite/adapter/
H A Dbluetooth_test.h44 const bt_interface_t* bt_interface();
104 const bt_interface_t* bt_interface_;
H A Dbluetooth_test.cc80 const bt_interface_t* BluetoothTest::bt_interface() { return bt_interface_; } in bt_interface()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_ActivityAttribution.cpp102 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
143 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
H A Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp104 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
142 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
H A Dcom_android_bluetooth_hearing_aid.cpp106 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
143 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
H A Dcom_android_bluetooth_a2dp_sink.cpp114 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
152 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
H A Dcom_android_bluetooth_le_audio.cpp145 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
177 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
H A Dcom_android_bluetooth.h129 const bt_interface_t* getBluetoothInterface();
H A Dcom_android_bluetooth_hid_host.cpp208 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative()
245 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
H A Dcom_android_bluetooth_btservice_AdapterService.cpp83 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 Dcom_android_bluetooth_pan.cpp112 static const bt_interface_t* btIf;
H A Dcom_android_bluetooth_a2dp.cpp295 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
355 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
/aosp12/system/bt/service/test/
H A Dfake_hal_util.cc25 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 Dhal_util.h23 int hal_util_load_bt_library(const bt_interface_t** interface);
/aosp12/system/bt/test/headless/dumpsys/
H A Ddumpsys.cc31 extern bt_interface_t bluetoothInterface;
/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.h78 const bt_interface_t* intf_;
/aosp12/system/bt/test/headless/
H A Dheadless.h27 extern bt_interface_t bluetoothInterface;
H A Dheadless.cc31 extern bt_interface_t bluetoothInterface;
/aosp12/system/bt/test/headless/connect/
H A Dconnect.cc41 extern bt_interface_t bluetoothInterface;
/aosp12/hardware/libhardware/include/hardware/
H A Dbluetooth.h593 } bt_interface_t; typedef

12