Home
last modified time | relevance | path

Searched refs:GetHALInterface (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/bt/service/
H A Dadapter.cc213 hal::BluetoothInterface::Get()->GetHALInterface()->get_adapter_properties(); in AdapterImpl()
247 int status = hal::BluetoothInterface::Get()->GetHALInterface()->enable(); in Enable()
272 int status = hal::BluetoothInterface::Get()->GetHALInterface()->disable(); in Disable()
337 hal::BluetoothInterface::Get()->GetHALInterface()->start_discovery(); in SetScanEnable()
344 hal::BluetoothInterface::Get()->GetHALInterface()->cancel_discovery(); in SetScanEnable()
361 int status = hal::BluetoothInterface::Get()->GetHALInterface()->ssp_reply( in SspReply()
379 int status = hal::BluetoothInterface::Get()->GetHALInterface()->create_bond( in CreateBond()
418 hal::BluetoothInterface::Get()->GetHALInterface()->get_adapter_property( in GetBondedDevices()
437 hal::BluetoothInterface::Get()->GetHALInterface()->remove_bond(&addr); in RemoveBond()
455 ->GetHALInterface() in GetRemoteDeviceProperties()
[all …]
H A Dgatt_server_old.cc482 hal::BluetoothInterface::Get()->GetHALInterface(); in Initialize()
/aosp12/system/bt/service/hal/
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;
H A Dfake_bluetooth_interface.cc160 const bt_interface_t* FakeBluetoothInterface::GetHALInterface() const { in GetHALInterface() function in bluetooth::hal::FakeBluetoothInterface
H A Dbluetooth_av_interface.cc234 BluetoothInterface::Get()->GetHALInterface(); in Initialize()
H A Dbluetooth_interface.cc259 const bt_interface_t* GetHALInterface() const override { return hal_iface_; } in GetHALInterface() function in bluetooth::hal::BluetoothInterfaceImpl
H A Dbluetooth_gatt_interface.cc488 BluetoothInterface::Get()->GetHALInterface(); in Initialize()
H A Dbluetooth_avrcp_interface.cc569 BluetoothInterface::Get()->GetHALInterface(); in Initialize()
/aosp12/system/bt/test/suite/adapter/
H A Dbluetooth_test.cc59 bt_interface_ = bt_hal_interface->GetHALInterface(); in SetUp()
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc380 bluetooth::hal::BluetoothInterface::Get()->GetHALInterface(); in dump()