Home
last modified time | relevance | path

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

/system/bt/service/
Dlow_energy_client.cc47 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient()
205 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory()
Dgatt_client.cc53 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~GattClientFactory()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h130 void RemoveClientObserver(ClientObserver* observer) override;
Dbluetooth_gatt_interface.h204 virtual void RemoveClientObserver(ClientObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cc287 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