Home
last modified time | relevance | path

Searched refs:LazyServiceRegistrarImpl (Results 1 – 2 of 2) sorted by relevance

/system/libhidl/transport/include/hidl/
DHidlLazyUtils.h26 class LazyServiceRegistrarImpl; variable
38 std::shared_ptr<details::LazyServiceRegistrarImpl> mImpl;
/system/libhidl/transport/
DHidlLazyUtils.cpp72 class LazyServiceRegistrarImpl { class
74 LazyServiceRegistrarImpl() : mClientCallback(new ClientCounterCallback) {} in LazyServiceRegistrarImpl() function in android::hardware::details::LazyServiceRegistrarImpl
192 status_t LazyServiceRegistrarImpl::registerService( in registerService()
204 mImpl = std::make_shared<details::LazyServiceRegistrarImpl>(); in LazyServiceRegistrar()