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.h138 void RemoveServerObserver(ServerObserver* observer) override;
Dbluetooth_gatt_interface.h254 virtual void RemoveServerObserver(ServerObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cpp399 void FakeBluetoothGattInterface::RemoveServerObserver( in RemoveServerObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cpp520 void RemoveServerObserver(ServerObserver* observer) override { in RemoveServerObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl
/system/bt/service/
Dgatt_server.cpp54 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServer()
963 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServerFactory()