Searched refs:hardwareServiceName (Results 1 – 11 of 11) sorted by relevance
37 void startService(const std::string_view& hardwareServiceName, in startService() argument39 LOG(INFO) << "EVS managed service connecting to hardware service at " << hardwareServiceName; in startService()41 if (!aidlService->init(hardwareServiceName)) { in startService()42 LOG(FATAL) << "Error while connecting to the hardware service, " << hardwareServiceName; in startService()
85 const std::string_view& hardwareServiceName, bool blocking) { in connectToAidlHal() argument89 std::string(Enumerator::descriptor) + separator + std::string(hardwareServiceName); in connectToAidlHal()117 const std::string_view& hardwareServiceName) { in connectToHidlHal() argument120 hidlevs::V1_1::IEvsEnumerator::tryGetService(hardwareServiceName.data()); in connectToHidlHal()128 bool Enumerator::init(const std::string_view& hardwareServiceName) { in init() argument139 mHwEnumerator = connectToAidlHal(hardwareServiceName, /* blocking= */ false); in init()143 mHwEnumerator = connectToHidlHal(hardwareServiceName); in init()
43 const char* hardwareServiceName; member50 << context->hardwareServiceName; in startService()53 std::make_unique<EnumeratorProxy>(Enumerator::build(context->hardwareServiceName)); in startService()110 Context context{.hardwareServiceName = evsHardwareServiceName, in main()
47 explicit ProdServiceFactory(const char* hardwareServiceName) : in ProdServiceFactory() argument48 mService(IEvsEnumerator::getService(hardwareServiceName)) {} in ProdServiceFactory()66 static std::unique_ptr<Enumerator> build(const char* hardwareServiceName);
157 std::unique_ptr<Enumerator> Enumerator::build(const char* hardwareServiceName) { in build() argument158 if (!hardwareServiceName) { in build()162 return build(std::make_unique<ProdServiceFactory>(hardwareServiceName), in build()
39 static void startService(const char* hardwareServiceName, const char* managerServiceName) { in startService() argument40 ALOGI("EVS managed service connecting to hardware service at %s", hardwareServiceName); in startService()42 if (!service->init(hardwareServiceName)) { in startService()
30 bool Enumerator::init(const char* hardwareServiceName) { in init() argument34 mHwEnumerator = IEvsEnumerator::getService(hardwareServiceName); in init()
49 bool init(const char* hardwareServiceName);
69 bool init(const std::string_view& hardwareServiceName);97 const std::string_view& hardwareServiceName, bool blocking);99 const std::string_view& hardwareServiceName);
67 bool init(const char* hardwareServiceName);
65 bool init(const char* hardwareServiceName);