Home | History | Annotate | Download | only in manager

Lines Matching defs:service

42     ALOGI("EVS managed service connecting to hardware service at %s", hardwareServiceName);
43 android::sp<Enumerator> service = new Enumerator();
44 if (!service->init(hardwareServiceName)) {
45 ALOGE("Failed to connect to hardware service - quitting from registrationThread");
49 // Register our service -- if somebody is already registered by our name,
51 ALOGI("EVS managed service is starting as %s", managerServiceName);
52 status_t status = service->registerAsService(managerServiceName);
54 ALOGE("Could not register service %s (%d) - quitting from registrationThread",
75 ALOGE("--target <service> was not provided with a service name\n");
89 printf(" --target <service_name> Connect to the named IEvsEnumerator service");
97 // The connection to the underlying hardware service must happen on a dedicated thread to ensure