Searched refs:kEnumeratorServiceName (Results 1 – 6 of 6) sorted by relevance
51 status_t status = service->registerAsService(kEnumeratorServiceName); in main()53 ALOGD("%s is ready.", kEnumeratorServiceName); in main()56 ALOGE("Could not register service %s (%d).", kEnumeratorServiceName, status); in main()
17 const static char kEnumeratorServiceName[] = "hw/0"; variable
52 status_t status = service->registerAsService(kEnumeratorServiceName); in main()54 ALOGD("%s is ready.", kEnumeratorServiceName); in main()57 ALOGE("Could not register service %s (%d).", kEnumeratorServiceName, status); in main()
68 status_t status = service->registerAsService(kEnumeratorServiceName); in main()70 LOG(DEBUG) << kEnumeratorServiceName << " is ready."; in main()73 LOG(ERROR) << "Could not register service " << kEnumeratorServiceName in main()
19 const static char kEnumeratorServiceName[] = "hw/1"; variable