Searched refs:INPUT_EVENT_NAME (Results 1 – 4 of 4) sorted by relevance
117 const std::string INPUT_EVENT_NAME = std::getenv("INPUT_EVENT_NAME") ?: ""; in initFF() local118 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()
6 setenv INPUT_EVENT_NAME cs40l26_dual_input
6 setenv INPUT_EVENT_NAME cs40l26_input
183 const std::string INPUT_EVENT_NAME = std::getenv("INPUT_EVENT_NAME") ?: ""; local214 if (INPUT_EVENT_NAME.find("cs40l26") != std::string::npos) {