Searched defs:minRaw (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.h93 int64_t minRaw; member in struct:HidUtil::HidParser::ReportItem
113 return minRaw < 0;
130 if (s < minRaw || s > maxRaw) {
142 if (input < minRaw || input > maxRaw) {

Completed in 716 milliseconds