Home
last modified time | relevance | path

Searched refs:registerService (Results 1 – 7 of 7) sorted by relevance

/system/libhidl/transport/
DHidlLazyUtils.cpp58 bool registerService(const sp<IBase>& service, const std::string& name);
76 status_t registerService(const sp<::android::hidl::base::V1_0::IBase>& service,
85 bool success = registerService(service, name); in addRegisteredService()
105 bool ClientCounterCallback::registerService(const sp<IBase>& service, const std::string& name) { in registerService() function in android::hardware::details::ClientCounterCallback
185 if (!registerService(entry.service, entry.name)) { in tryShutdown()
192 status_t LazyServiceRegistrarImpl::registerService( in registerService() function in android::hardware::details::LazyServiceRegistrarImpl
212 status_t LazyServiceRegistrar::registerService( in registerService() function in android::hardware::LazyServiceRegistrar
214 return mImpl->registerService(service, name); in registerService()
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test_server.cpp32 CHECK(OK == LazyServiceRegistrar::getInstance().registerService(new Lazy, "default1")); in main()
33 CHECK(OK == LazyServiceRegistrar::getInstance().registerService(new Lazy, "default2")); in main()
/system/tools/aidl/tests/lazy_test/
Dserver.cpp21 LOG_ALWAYS_FATAL_IF(OK != lazyRegistrar.registerService(service1, "aidl_lazy_test_1"), ""); in main()
22 LOG_ALWAYS_FATAL_IF(OK != lazyRegistrar.registerService(service2, "aidl_lazy_test_2"), ""); in main()
/system/libhidl/transport/include/hidl/
DHidlLazyUtils.h34 status_t registerService(const sp<::android::hidl::base::V1_0::IBase>& service,
DLegacySupport.h100 return LazyServiceRegistrar::getInstance().registerService(service, name);
/system/apex/apexd/
Dapexservice.cpp952 lazyRegistrar.registerService(apexService, kApexServiceName); in CreateAndRegisterService()
/system/gsid/
Dgsi_service.cpp76 auto ret = lazyRegistrar.registerService(service, kGsiServiceName); in Register()