Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyLayoutMap.cpp62 static const std::unordered_map<std::string_view, InputDeviceSensorType> SENSOR_LIST = variable
536 auto it = SENSOR_LIST.find(token); in getSensorType()
537 if (it == SENSOR_LIST.end()) { in getSensorType()