Searched refs:registerService (Results 1 – 7 of 7) sorted by relevance
/system/libhidl/transport/ |
D | HidlLazyUtils.cpp | 58 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/ |
D | hidl_lazy_test_server.cpp | 32 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/ |
D | server.cpp | 21 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/ |
D | HidlLazyUtils.h | 34 status_t registerService(const sp<::android::hidl::base::V1_0::IBase>& service,
|
D | LegacySupport.h | 100 return LazyServiceRegistrar::getInstance().registerService(service, name);
|
/system/apex/apexd/ |
D | apexservice.cpp | 952 lazyRegistrar.registerService(apexService, kApexServiceName); in CreateAndRegisterService()
|
/system/gsid/ |
D | gsi_service.cpp | 76 auto ret = lazyRegistrar.registerService(service, kGsiServiceName); in Register()
|