OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddClientObserver
(Results
1 - 7
of
7
) sorted by null
/system/bt/service/
gatt_client.cc
49
hal::BluetoothGattInterface::Get()->
AddClientObserver
(this);
low_energy_client.cc
200
hal::BluetoothGattInterface::Get()->
AddClientObserver
(this);
248
gatt_iface->
AddClientObserver
(client.get());
/system/bt/test/suite/gatt/
gatt_test.cc
51
gatt_interface->
AddClientObserver
(this);
/system/bt/service/hal/
bluetooth_gatt_interface.h
205
virtual void
AddClientObserver
(ClientObserver* observer) = 0;
fake_bluetooth_gatt_interface.h
131
void
AddClientObserver
(ClientObserver* observer) override;
fake_bluetooth_gatt_interface.cc
292
void FakeBluetoothGattInterface::
AddClientObserver
(ClientObserver* observer) {
bluetooth_gatt_interface.cc
451
void
AddClientObserver
(ClientObserver* observer) override {
Completed in 220 milliseconds