Home
last modified time | relevance | path

Searched refs:RemoveServerObserver (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h134 void RemoveServerObserver(ServerObserver* observer) override;
Dbluetooth_gatt_interface.h211 virtual void RemoveServerObserver(ServerObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cc308 void FakeBluetoothGattInterface::RemoveServerObserver( in RemoveServerObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc463 void RemoveServerObserver(ServerObserver* observer) override { in RemoveServerObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl
/system/bt/service/
Dgatt_server.cc41 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServer()
576 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServerFactory()