Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DHardware.h117 const std::string INPUT_EVENT_NAME = std::getenv("INPUT_EVENT_NAME") ?: ""; in initFF() local
118 if (INPUT_EVENT_NAME.find("cs40l26") == std::string::npos) { in initFF()
119 ALOGE("Invalid input name: %s", INPUT_EVENT_NAME.c_str()); in initFF()
146 strcmp(str, INPUT_EVENT_NAME.c_str()) == 0) { in initFF()
149 ALOGI("Control %s through %s", INPUT_EVENT_NAME.c_str(), g.gl_pathv[i]); in initFF()
181 ALOGE("Failed to get an input event with name %s", INPUT_EVENT_NAME.c_str()); in initFF()
Dandroid.hardware.vibrator-service.cs40l26-dual.rc6 setenv INPUT_EVENT_NAME cs40l26_dual_input
Dandroid.hardware.vibrator-service.cs40l26.rc6 setenv INPUT_EVENT_NAME cs40l26_input
DVibrator.cpp183 const std::string INPUT_EVENT_NAME = std::getenv("INPUT_EVENT_NAME") ?: ""; local
214 if (INPUT_EVENT_NAME.find("cs40l26") != std::string::npos) {