Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/evs/manager/1.0/
H A Dservice.cpp41 static void startService(const char *hardwareServiceName, const char * managerServiceName) { in startService() argument
42 ALOGI("EVS managed service connecting to hardware service at %s", hardwareServiceName); in startService()
44 if (!service->init(hardwareServiceName)) { in startService()
H A DEnumerator.cpp30 bool Enumerator::init(const char* hardwareServiceName) { in init() argument
34 mHwEnumerator = IEvsEnumerator::getService(hardwareServiceName); in init()
H A DEnumerator.h49 bool init(const char* hardwareServiceName);
/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A Dservice.cpp42 static void startService(const char *hardwareServiceName, const char * managerServiceName) { in startService() argument
43 LOG(INFO) << "EVS managed service connecting to hardware service at " << hardwareServiceName; in startService()
45 if (!service->init(hardwareServiceName)) { in startService()
H A DEnumerator.h80 bool init(const char* hardwareServiceName);
H A DEnumerator.cpp77 bool Enumerator::init(const char* hardwareServiceName) { in init() argument
81 mHwEnumerator = IEvsEnumerator::getService(hardwareServiceName); in init()