Searched refs:inputEventPaths (Results 1 – 1 of 1) sorted by relevance
222 glob_t inputEventPaths; local223 if (glob("/dev/input/event*", 0, nullptr, &inputEventPaths)) {233 for (int i = 0; i < inputEventPaths.gl_pathc; i++) {234 fd = TEMP_FAILURE_RETRY(open(inputEventPaths.gl_pathv[i], O_RDWR));240 ALOGI("Control %s through %s", inputEventName, inputEventPaths.gl_pathv[i]);253 globfree(&inputEventPaths);