Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h149 static const std::unordered_map<std::string, size_t> LIGHT_COLORS; variable
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp137 const std::unordered_map<std::string, LightColor> LIGHT_COLORS = {{"red", LightColor::RED}, variable
339 const auto it = LIGHT_COLORS.find(results[i].str()); in getColorIndexArray()
340 if (it != LIGHT_COLORS.end()) { in getColorIndexArray()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp113 const std::unordered_map<std::string, LightColor> LIGHT_COLORS = {{"red", LightColor::RED}, variable