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