Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyLayoutMap.cpp46 static const std::unordered_map<std::string, InputDeviceSensorType> SENSOR_LIST = variable
516 auto it = SENSOR_LIST.find(std::string(token)); in getSensorType()
517 if (it == SENSOR_LIST.end()) { in getSensorType()