Lines Matching defs:InputDeviceSensorInfo
131 struct InputDeviceSensorInfo { struct
132 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() argument
154 std::string name;
156 std::string vendor;
158 int32_t version;
160 InputDeviceSensorType type;
162 InputDeviceSensorAccuracy accuracy;
164 float maxRange;
166 float resolution;
168 float power;
171 int32_t minDelay;
173 int32_t fifoReservedEventCount;
175 int32_t fifoMaxEventCount;
177 std::string stringType;
180 int32_t maxDelay;
182 int32_t flags;
184 int32_t id;