Home
last modified time | relevance | path

Searched defs:InputDeviceSensorInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/native/include/input/
H A DInputDevice.h146 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;
[all …]