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