Searched refs:LazyServiceRegistrarImpl (Results 1 – 2 of 2) sorted by relevance
26 class LazyServiceRegistrarImpl; variable37 std::shared_ptr<details::LazyServiceRegistrarImpl> mImpl;
67 class LazyServiceRegistrarImpl { class69 LazyServiceRegistrarImpl() : mClientCallback(new ClientCounterCallback) {} in LazyServiceRegistrarImpl() function in android::hardware::details::LazyServiceRegistrarImpl169 status_t LazyServiceRegistrarImpl::registerService( in registerService()181 mImpl = std::make_shared<details::LazyServiceRegistrarImpl>(); in LazyServiceRegistrar()