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

  /system/bt/service/
gatt_client.cc 53 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this);
low_energy_client.cc 46 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this);
204 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this);
  /system/bt/service/hal/
bluetooth_gatt_interface.h 206 virtual void RemoveClientObserver(ClientObserver* observer) = 0;
fake_bluetooth_gatt_interface.h 132 void RemoveClientObserver(ClientObserver* observer) override;
fake_bluetooth_gatt_interface.cc 297 void FakeBluetoothGattInterface::RemoveClientObserver(
bluetooth_gatt_interface.cc 455 void RemoveClientObserver(ClientObserver* observer) override {

Completed in 154 milliseconds