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

  /system/bt/service/
low_energy_client.h 98 friend class LowEnergyClientFactory;
140 // LowEnergyClientFactory is used to register and obtain a per-application
144 class LowEnergyClientFactory
150 explicit LowEnergyClientFactory(Adapter& adapter);
151 ~LowEnergyClientFactory() override;
172 DISALLOW_COPY_AND_ASSIGN(LowEnergyClientFactory);
low_energy_client.cc 195 // LowEnergyClientFactory implementation
198 LowEnergyClientFactory::LowEnergyClientFactory(Adapter& adapter)
203 LowEnergyClientFactory::~LowEnergyClientFactory() {
207 bool LowEnergyClientFactory::RegisterInstance(
229 void LowEnergyClientFactory::RegisterClientCallback(
adapter.h 31 class LowEnergyClientFactory;
125 // Returns a pointer to the LowEnergyClientFactory. This can be used to
128 virtual LowEnergyClientFactory* GetLowEnergyClientFactory() const = 0;
adapter.cc 81 ble_client_factory_.reset(new LowEnergyClientFactory(*this));
212 LowEnergyClientFactory* GetLowEnergyClientFactory() const override {
395 std::unique_ptr<LowEnergyClientFactory> ble_client_factory_;
  /system/bt/service/test/
mock_adapter.h 45 MOCK_CONST_METHOD0(GetLowEnergyClientFactory, LowEnergyClientFactory*());
low_energy_client_unittest.cc 94 ble_factory_.reset(new LowEnergyClientFactory(mock_adapter_));
106 std::unique_ptr<LowEnergyClientFactory> ble_factory_;
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.cc 46 bluetooth::LowEnergyClientFactory* ble_factory =

Completed in 195 milliseconds