Home
last modified time | relevance | path

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

/system/libhidl/transport/
DHidlLazyUtils.cpp95 class LazyServiceRegistrarImpl { class
97 LazyServiceRegistrarImpl() : mClientCallback(new ClientCounterCallback) {} in LazyServiceRegistrarImpl() function in android::hardware::details::LazyServiceRegistrarImpl
250 status_t LazyServiceRegistrarImpl::registerService( in registerService()
259 bool LazyServiceRegistrarImpl::tryUnregister() { in tryUnregister()
265 void LazyServiceRegistrarImpl::reRegister() { in reRegister()
271 void LazyServiceRegistrarImpl::setActiveServicesCallback( in setActiveServicesCallback()
279 mImpl = std::make_shared<details::LazyServiceRegistrarImpl>(); in LazyServiceRegistrar()
/system/libhidl/transport/include/hidl/
DHidlLazyUtils.h28 class LazyServiceRegistrarImpl; variable
81 std::shared_ptr<details::LazyServiceRegistrarImpl> mImpl;