HomeSort by relevance Sort by last modified time
    Searched refs:GattServerFactory (Results 1 - 7 of 7) sorted by null

  /system/bt/service/
adapter.h 28 class GattServerFactory;
143 // Returns a pointer to the GattServerFactory. This can be used to register
145 virtual GattServerFactory* GetGattServerFactory() const = 0;
gatt_server.h 166 friend class GattServerFactory;
268 // GattServerFactory is used to register and obtain a per-application GattServer
271 class GattServerFactory : public BluetoothInstanceFactory,
276 GattServerFactory();
277 ~GattServerFactory() override;
293 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
gatt_server.cc 561 // GattServerFactory implementation
564 GattServerFactory::GattServerFactory() {
568 GattServerFactory::~GattServerFactory() {
572 bool GattServerFactory::RegisterInstance(const Uuid& uuid,
593 void GattServerFactory::RegisterServerCallback(
adapter.cc 85 gatt_server_factory_.reset(new GattServerFactory());
228 GattServerFactory* GetGattServerFactory() const override {
408 std::unique_ptr<GattServerFactory> gatt_server_factory_;
  /system/bt/service/test/
mock_adapter.h 49 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
gatt_server_unittest.cc 189 factory_.reset(new GattServerFactory());
200 std::unique_ptr<GattServerFactory> factory_;
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.cc 46 bluetooth::GattServerFactory* gatt_server_factory =

Completed in 701 milliseconds