Home
last modified time | relevance | path

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

/system/bt/btcore/src/
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()
/system/bt/test/suite/adapter/
Dbluetooth_test.h44 const bt_interface_t* bt_interface();
104 const bt_interface_t* bt_interface_;
Dbluetooth_test.cc80 const bt_interface_t* BluetoothTest::bt_interface() { return bt_interface_; } in bt_interface()
/system/bt/service/hal/
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()
Dfake_bluetooth_interface.h66 const bt_interface_t* GetHALInterface() const override;
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_;
Dbluetooth_interface.h116 virtual const bt_interface_t* GetHALInterface() const = 0;
Dbluetooth_av_interface.cc233 const bt_interface_t* bt_iface = in Initialize()
Dbluetooth_gatt_interface.cc487 const bt_interface_t* bt_iface = in Initialize()
Dbluetooth_avrcp_interface.cc568 const bt_interface_t* bt_iface = in Initialize()
/system/bt/service/test/
Dfake_hal_util.cc25 int hal_util_load_bt_library(const bt_interface_t** interface) { return -1; } in hal_util_load_bt_library()
/system/bt/btcore/include/
Dhal_util.h23 int hal_util_load_bt_library(const bt_interface_t** interface);
/system/bt/test/headless/dumpsys/
Ddumpsys.cc31 extern bt_interface_t bluetoothInterface;
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h78 const bt_interface_t* intf_;
/system/bt/test/headless/
Dheadless.h27 extern bt_interface_t bluetoothInterface;
Dheadless.cc31 extern bt_interface_t bluetoothInterface;
/system/bt/test/headless/connect/
Dconnect.cc41 extern bt_interface_t bluetoothInterface;
/system/bt/tools/bdtool/
Dbdtool.c36 const bt_interface_t* bt_interface;
/system/bt/include/hardware/
Dbluetooth.h737 } bt_interface_t; typedef
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc379 const bt_interface_t* iface = in dump()
/system/bt/service/
Dgatt_server_old.cc481 const bt_interface_t* bt_iface = in Initialize()
/system/bt/btif/src/
Dbluetooth.cc578 EXPORT_SYMBOL bt_interface_t bluetoothInterface = {