Searched refs:reportZ (Results 1 – 1 of 1) sorted by relevance
310 const HidParser::ReportItem &reportZ = *pReportZ; in processTriAxisUsage() local311 if (reportX.id != reportY.id || reportY.id != reportZ.id) { in processTriAxisUsage()318 || reportY.minRaw != reportZ.minRaw in processTriAxisUsage()319 || reportY.maxRaw != reportZ.maxRaw) { in processTriAxisUsage()327 if (reportX.count != 1 || reportY.count != 1 || reportZ.count != 1 in processTriAxisUsage()329 || reportX.bitSize != reportY.bitSize || reportY.bitSize != reportZ.bitSize in processTriAxisUsage()332 || !reportZ.isByteAligned() ) { in processTriAxisUsage()338 if (reportX.unit != 0 || reportY.unit != 0 || reportZ.unit != 0) { in processTriAxisUsage()343 if (reportX.a != reportY.a || reportY.a != reportZ.a in processTriAxisUsage()344 || reportX.b != reportY.b || reportY.b != reportZ.b) { in processTriAxisUsage()[all …]