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.cc46 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient()
204 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h132 void RemoveClientObserver(ClientObserver* observer) override;
Dbluetooth_gatt_interface.h206 virtual void RemoveClientObserver(ClientObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cc297 void FakeBluetoothGattInterface::RemoveClientObserver( in RemoveClientObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc455 void RemoveClientObserver(ClientObserver* observer) override { in RemoveClientObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl