Home
last modified time | relevance | path

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

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