HomeSort by relevance Sort by last modified time
    Searched refs:RemoveClientObserver (Results 1 - 6 of 6) sorted by null

  /system/bt/service/
gatt_client.cpp 58 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this);
low_energy_client.cpp 324 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this);
836 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this);
  /system/bt/service/hal/
bluetooth_gatt_interface.h 249 virtual void RemoveClientObserver(ClientObserver* observer) = 0;
fake_bluetooth_gatt_interface.h 136 void RemoveClientObserver(ClientObserver* observer) override;
fake_bluetooth_gatt_interface.cpp 388 void FakeBluetoothGattInterface::RemoveClientObserver(
bluetooth_gatt_interface.cpp 512 void RemoveClientObserver(ClientObserver* observer) override {

Completed in 485 milliseconds