Lines Matching defs:InputDeviceSensorInfo
146 struct InputDeviceSensorInfo { struct
147 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() function
169 std::string name;
171 std::string vendor;
173 int32_t version;
175 InputDeviceSensorType type;
177 InputDeviceSensorAccuracy accuracy;
179 float maxRange;
181 float resolution;
183 float power;
186 int32_t minDelay;
188 int32_t fifoReservedEventCount;
190 int32_t fifoMaxEventCount;
192 std::string stringType;
195 int32_t maxDelay;
197 int32_t flags;
199 int32_t id;