Home
last modified time | relevance | path

Searched refs:RemoveClientObserver (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/
Dgatt_client.cc53 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~GattClientFactory()
Dlow_energy_client.cc49 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient()
207 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h135 void RemoveClientObserver(ClientObserver* observer) override;
Dbluetooth_gatt_interface.h206 virtual void RemoveClientObserver(ClientObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cc301 void FakeBluetoothGattInterface::RemoveClientObserver( in RemoveClientObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc457 void RemoveClientObserver(ClientObserver* observer) override { in RemoveClientObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl