Lines Matching defs:InputDeviceSensorInfo
115 struct InputDeviceSensorInfo { struct
116 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() argument
138 std::string name;
140 std::string vendor;
142 int32_t version;
144 InputDeviceSensorType type;
146 InputDeviceSensorAccuracy accuracy;
148 float maxRange;
150 float resolution;
152 float power;
155 int32_t minDelay;
157 int32_t fifoReservedEventCount;
159 int32_t fifoMaxEventCount;
161 std::string stringType;
164 int32_t maxDelay;
166 int32_t flags;
168 int32_t id;