Home
last modified time | relevance | path

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

/system/bt/btcore/src/
Dhal_util.cc34 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library()
36 bt_interface_t* itf = nullptr; in hal_util_load_bt_library()
48 itf = (bt_interface_t*)dlsym(handle, sym); in hal_util_load_bt_library()
/system/bt/service/hal/
Dfake_bluetooth_interface.cc42 bt_interface_t fake_bt_iface = {
43 sizeof(bt_interface_t),
156 const bt_interface_t* FakeBluetoothInterface::GetHALInterface() const { in GetHALInterface()
Dfake_bluetooth_interface.h64 const bt_interface_t* GetHALInterface() const override;
Dbluetooth_interface.cc238 const bt_interface_t* GetHALInterface() const override { return hal_iface_; } in GetHALInterface()
246 const bt_interface_t* interface; in Initialize()
283 const bt_interface_t* hal_iface_;
Dbluetooth_interface.h111 virtual const bt_interface_t* GetHALInterface() const = 0;
Dbluetooth_av_interface.cc213 const bt_interface_t* bt_iface = in Initialize()
Dbluetooth_gatt_interface.cc485 const bt_interface_t* bt_iface = in Initialize()
Dbluetooth_avrcp_interface.cc567 const bt_interface_t* bt_iface = in Initialize()
/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/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/include/hardware/
Dbluetooth.h628 } bt_interface_t; typedef
/system/bt/tools/bdtool/
Dbdtool.c36 const bt_interface_t* bt_interface;
/system/bt/btif/src/
Dbluetooth.cc451 EXPORT_SYMBOL bt_interface_t bluetoothInterface = {
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc379 const bt_interface_t* iface = in dump()
/system/bt/service/
Dgatt_server_old.cc478 const bt_interface_t* bt_iface = in Initialize()