OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHALInterface
(Results
1 - 9
of
9
) sorted by null
/system/bt/service/hal/
fake_bluetooth_interface.h
65
const bt_interface_t*
GetHALInterface
() const override;
bluetooth_interface.h
111
virtual const bt_interface_t*
GetHALInterface
() const = 0;
fake_bluetooth_interface.cpp
158
const bt_interface_t* FakeBluetoothInterface::
GetHALInterface
() const {
bluetooth_interface.cpp
246
const bt_interface_t*
GetHALInterface
() const override {
bluetooth_gatt_interface.cpp
535
BluetoothInterface::Get()->
GetHALInterface
();
/system/bt/service/
adapter.cpp
83
hal::BluetoothInterface::Get()->
GetHALInterface
()->get_adapter_properties();
121
int status = hal::BluetoothInterface::Get()->
GetHALInterface
()->enable(start_restricted);
146
int status = hal::BluetoothInterface::Get()->
GetHALInterface
()->disable();
340
int status = hal::BluetoothInterface::Get()->
GetHALInterface
()->
gatt_server_old.cpp
487
hal::BluetoothInterface::Get()->
GetHALInterface
();
/system/bt/test/suite/adapter/
bluetooth_test.cpp
54
bt_interface_ = bt_hal_interface->
GetHALInterface
();
/system/bt/service/ipc/binder/
bluetooth_binder_server.cpp
169
const bt_interface_t *iface = bluetooth::hal::BluetoothInterface::Get()->
GetHALInterface
();
Completed in 145 milliseconds