Searched refs:LazyServiceRegistrarImpl (Results 1 – 2 of 2) sorted by relevance
26 class LazyServiceRegistrarImpl; variable38 std::shared_ptr<details::LazyServiceRegistrarImpl> mImpl;
72 class LazyServiceRegistrarImpl { class74 LazyServiceRegistrarImpl() : mClientCallback(new ClientCounterCallback) {} in LazyServiceRegistrarImpl() function in android::hardware::details::LazyServiceRegistrarImpl192 status_t LazyServiceRegistrarImpl::registerService( in registerService()204 mImpl = std::make_shared<details::LazyServiceRegistrarImpl>(); in LazyServiceRegistrar()