Searched refs:SENSOR_LIST (Results 1 – 1 of 1) sorted by relevance
62 static const std::unordered_map<std::string_view, InputDeviceSensorType> SENSOR_LIST = variable536 auto it = SENSOR_LIST.find(token); in getSensorType()537 if (it == SENSOR_LIST.end()) { in getSensorType()