Home
last modified time | relevance | path

Searched refs:LowEnergyClientFactory (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/
Dlow_energy_client.h98 friend class LowEnergyClientFactory;
144 class LowEnergyClientFactory
150 explicit LowEnergyClientFactory(Adapter& adapter);
151 ~LowEnergyClientFactory() override;
172 DISALLOW_COPY_AND_ASSIGN(LowEnergyClientFactory);
Dlow_energy_client.cc201 LowEnergyClientFactory::LowEnergyClientFactory(Adapter& adapter) in LowEnergyClientFactory() function in bluetooth::LowEnergyClientFactory
206 LowEnergyClientFactory::~LowEnergyClientFactory() { in ~LowEnergyClientFactory()
210 bool LowEnergyClientFactory::RegisterInstance( in RegisterInstance()
232 void LowEnergyClientFactory::RegisterClientCallback( in RegisterClientCallback()
Dadapter.h38 class LowEnergyClientFactory; variable
203 virtual LowEnergyClientFactory* GetLowEnergyClientFactory() const = 0;
Dadapter.cc208 ble_client_factory_.reset(new LowEnergyClientFactory(*this)); in AdapterImpl()
482 LowEnergyClientFactory* GetLowEnergyClientFactory() const override { in GetLowEnergyClientFactory()
787 std::unique_ptr<LowEnergyClientFactory> ble_client_factory_;
/system/bt/service/test/
Dmock_adapter.h58 MOCK_CONST_METHOD0(GetLowEnergyClientFactory, LowEnergyClientFactory*());
Dlow_energy_client_unittest.cc96 ble_factory_.reset(new LowEnergyClientFactory(mock_adapter_)); in SetUp()
108 std::unique_ptr<LowEnergyClientFactory> ble_factory_;
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.cc46 bluetooth::LowEnergyClientFactory* ble_factory = in RegisterClient()