Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp388 glob_t inputEventPaths; local
394 ret = glob(inputEventPathName, 0, nullptr, &inputEventPaths);
398 for (int i = 0; i < inputEventPaths.gl_pathc; i++) {
399 fd = TEMP_FAILURE_RETRY(open(inputEventPaths.gl_pathv[i], O_RDWR));
406 inputEventPaths.gl_pathv[i]);
415 globfree(&inputEventPaths);
422 ALOGW("Retry #%d to search in %zu input devices.", retry, inputEventPaths.gl_pathc);
436 glob_t inputEventPaths; local
442 ret = glob(inputEventPathName, 0, nullptr, &inputEventPaths);
447 for (int i = 0; i < inputEventPaths.gl_pathc; i++) {
[all …]