Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h110 struct InputDeviceSensorInfo { struct
111 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() argument
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;
[all …]