Home
last modified time | relevance | path

Searched refs:bt_callbacks_t (Results 1 – 8 of 8) sorted by relevance

/system/bt/service/hal/
Dfake_bluetooth_interface.h65 bt_callbacks_t* GetHALCallbacks() const override;
Dbluetooth_interface.cc195 bt_callbacks_t bt_callbacks = {
196 sizeof(bt_callbacks_t),
240 bt_callbacks_t* GetHALCallbacks() const override { return &bt_callbacks; } in GetHALCallbacks()
Dbluetooth_interface.h114 virtual bt_callbacks_t* GetHALCallbacks() const = 0;
Dfake_bluetooth_interface.cc160 bt_callbacks_t* FakeBluetoothInterface::GetHALCallbacks() const { in GetHALCallbacks()
/system/bt/include/hardware/
Dbluetooth.h422 } bt_callbacks_t; typedef
474 int (*init)(bt_callbacks_t* callbacks, bool guest_mode,
/system/bt/btif/src/
Dbluetooth.cc82 bt_callbacks_t* bt_hal_cbacks = NULL;
136 static int init(bt_callbacks_t* callbacks, bool start_restricted, in init()
/system/bt/btif/include/
Dbtif_common.h79 extern bt_callbacks_t* bt_hal_cbacks;
/system/bt/test/suite/adapter/
Dadapter_unittest.cc177 bt_callbacks_t* bt_callbacks = in TEST_F()