Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp108 static const std::unordered_map<std::string, InputLightClass> LIGHT_CLASSES = variable
600 const auto it = LIGHT_CLASSES.find(info.name); in configureLightsLocked()
601 if (it != LIGHT_CLASSES.end()) { in configureLightsLocked()
609 const auto it = LIGHT_CLASSES.find(file.filename().string()); in configureLightsLocked()
610 if (it != LIGHT_CLASSES.end()) { in configureLightsLocked()