Home
last modified time | relevance | path

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

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