Home
last modified time | relevance | path

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

/system/bt/service/
Dlow_energy_client.h143 friend class LowEnergyClientFactory;
244 class LowEnergyClientFactory
250 LowEnergyClientFactory(Adapter& adapter);
251 ~LowEnergyClientFactory() override;
273 DISALLOW_COPY_AND_ASSIGN(LowEnergyClientFactory);
Dadapter.h29 class LowEnergyClientFactory; variable
126 virtual LowEnergyClientFactory* GetLowEnergyClientFactory() const = 0;
Dadapter.cpp80 ble_client_factory_.reset(new LowEnergyClientFactory(*this)); in AdapterImpl()
216 LowEnergyClientFactory* GetLowEnergyClientFactory() const override { in GetLowEnergyClientFactory()
387 std::unique_ptr<LowEnergyClientFactory> ble_client_factory_;
Dlow_energy_client.cpp830 LowEnergyClientFactory::LowEnergyClientFactory(Adapter& adapter) in LowEnergyClientFactory() function in bluetooth::LowEnergyClientFactory
835 LowEnergyClientFactory::~LowEnergyClientFactory() { in ~LowEnergyClientFactory()
839 bool LowEnergyClientFactory::RegisterInstance( in RegisterInstance()
863 void LowEnergyClientFactory::RegisterClientCallback( in RegisterClientCallback()
/system/bt/service/test/
Dmock_adapter.h45 MOCK_CONST_METHOD0(GetLowEnergyClientFactory, LowEnergyClientFactory*());
Dlow_energy_client_unittest.cpp174 ble_factory_.reset(new LowEnergyClientFactory(mock_adapter_)); in SetUp()
186 std::unique_ptr<LowEnergyClientFactory> ble_factory_;
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.cpp41 bluetooth::LowEnergyClientFactory* ble_factory = in RegisterClient()