Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.cpp231 const char *inputEventName = std::getenv("INPUT_EVENT_NAME"); local
238 strcmp(str, inputEventName) == 0) {
240 ALOGI("Control %s through %s", inputEventName, inputEventPaths.gl_pathv[i]);
255 ALOGE("Fail to get an input event with name %s", inputEventName);