Searched refs:hardwareServiceName (Results 1 – 6 of 6) sorted by relevance
41 static void startService(const char *hardwareServiceName, const char * managerServiceName) { in startService() argument42 ALOGI("EVS managed service connecting to hardware service at %s", hardwareServiceName); in startService()44 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);
42 static void startService(const char *hardwareServiceName, const char * managerServiceName) { in startService() argument43 LOG(INFO) << "EVS managed service connecting to hardware service at " << hardwareServiceName; in startService()45 if (!service->init(hardwareServiceName)) { in startService()
80 bool init(const char* hardwareServiceName);
77 bool Enumerator::init(const char* hardwareServiceName) { in init() argument81 mHwEnumerator = IEvsEnumerator::getService(hardwareServiceName); in init()