OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetClientHALInterface
(Results
1 - 7
of
7
) sorted by null
/system/bt/service/
gatt_client.cc
37
->
GetClientHALInterface
()
68
hal::BluetoothGattInterface::Get()->
GetClientHALInterface
();
low_energy_client.cc
49
->
GetClientHALInterface
()
60
hal::BluetoothGattInterface::Get()->
GetClientHALInterface
()->connect(
87
hal::BluetoothGattInterface::Get()->
GetClientHALInterface
()->disconnect(
114
->
GetClientHALInterface
()
219
hal::BluetoothGattInterface::Get()->
GetClientHALInterface
();
/system/bt/test/suite/gatt/
gatt_test.cc
54
gatt_client_interface_ = gatt_interface->
GetClientHALInterface
();
/system/bt/service/hal/
bluetooth_gatt_interface.h
235
virtual const btgatt_client_interface_t*
GetClientHALInterface
() const = 0;
fake_bluetooth_gatt_interface.h
137
const btgatt_client_interface_t*
GetClientHALInterface
() const override;
fake_bluetooth_gatt_interface.cc
325
FakeBluetoothGattInterface::
GetClientHALInterface
() const {
bluetooth_gatt_interface.cc
475
const btgatt_client_interface_t*
GetClientHALInterface
() const override {
Completed in 722 milliseconds