Lines Matching defs:InputDeviceSensorInfo
110 struct InputDeviceSensorInfo { struct
111 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() function
133 std::string name;
135 std::string vendor;
137 int32_t version;
139 InputDeviceSensorType type;
141 InputDeviceSensorAccuracy accuracy;
143 float maxRange;
145 float resolution;
147 float power;
150 int32_t minDelay;
152 int32_t fifoReservedEventCount;
154 int32_t fifoMaxEventCount;
156 std::string stringType;
159 int32_t maxDelay;
161 int32_t flags;
163 int32_t id;