Home
last modified time | relevance | path

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

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