Home
last modified time | relevance | path

Searched refs:hardwareServiceName (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/cpp/evs/manager/aidl/src/
Dservice.cpp37 void startService(const std::string_view& hardwareServiceName, in startService() argument
39 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()
DEnumerator.cpp85 const std::string_view& hardwareServiceName, bool blocking) { in connectToAidlHal() argument
89 std::string(Enumerator::descriptor) + separator + std::string(hardwareServiceName); in connectToAidlHal()
117 const std::string_view& hardwareServiceName) { in connectToHidlHal() argument
120 hidlevs::V1_1::IEvsEnumerator::tryGetService(hardwareServiceName.data()); in connectToHidlHal()
128 bool Enumerator::init(const std::string_view& hardwareServiceName) { in init() argument
139 mHwEnumerator = connectToAidlHal(hardwareServiceName, /* blocking= */ false); in init()
143 mHwEnumerator = connectToHidlHal(hardwareServiceName); in init()
/packages/services/Car/cpp/evs/manager/1.1/
Dservice.cpp43 const char* hardwareServiceName; member
50 << context->hardwareServiceName; in startService()
53 std::make_unique<EnumeratorProxy>(Enumerator::build(context->hardwareServiceName)); in startService()
110 Context context{.hardwareServiceName = evsHardwareServiceName, in main()
DEnumerator.h47 explicit ProdServiceFactory(const char* hardwareServiceName) : in ProdServiceFactory() argument
48 mService(IEvsEnumerator::getService(hardwareServiceName)) {} in ProdServiceFactory()
66 static std::unique_ptr<Enumerator> build(const char* hardwareServiceName);
DEnumerator.cpp157 std::unique_ptr<Enumerator> Enumerator::build(const char* hardwareServiceName) { in build() argument
158 if (!hardwareServiceName) { in build()
162 return build(std::make_unique<ProdServiceFactory>(hardwareServiceName), in build()
/packages/services/Car/cpp/evs/manager/1.0/
Dservice.cpp39 static void startService(const char* hardwareServiceName, const char* managerServiceName) { in startService() argument
40 ALOGI("EVS managed service connecting to hardware service at %s", hardwareServiceName); in startService()
42 if (!service->init(hardwareServiceName)) { in startService()
DEnumerator.cpp30 bool Enumerator::init(const char* hardwareServiceName) { in init() argument
34 mHwEnumerator = IEvsEnumerator::getService(hardwareServiceName); in init()
DEnumerator.h49 bool init(const char* hardwareServiceName);
/packages/services/Car/cpp/evs/manager/aidl/include/
DEnumerator.h69 bool init(const std::string_view& hardwareServiceName);
97 const std::string_view& hardwareServiceName, bool blocking);
99 const std::string_view& hardwareServiceName);
/packages/services/Car/cpp/evs/manager/aidl/wrappers/include/
DHidlEnumerator.h67 bool init(const char* hardwareServiceName);
DAidlEnumerator.h65 bool init(const char* hardwareServiceName);