Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.h88 struct HidParser::ReportItem { struct
89 unsigned int usage;
90 unsigned int id;
91 int type; // feature, input or output
92 std::vector<unsigned int> usageVector;
94 int64_t minRaw;
95 int64_t maxRaw;
104 double a; // scaling
105 int64_t b; // offset
106 unsigned int unit;
[all …]
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.h31 using ReportItem = HidParser::ReportItem; variable