Searched refs:reportZ (Results 1 – 1 of 1) sorted by relevance
308 const HidParser::ReportItem &reportZ = *pReportZ; in processTriAxisUsage() local309 if (reportX.id != reportY.id || reportY.id != reportZ.id) { in processTriAxisUsage()316 || reportY.minRaw != reportZ.minRaw in processTriAxisUsage()317 || reportY.maxRaw != reportZ.maxRaw) { in processTriAxisUsage()325 if (reportX.count != 1 || reportY.count != 1 || reportZ.count != 1 in processTriAxisUsage()327 || reportX.bitSize != reportY.bitSize || reportY.bitSize != reportZ.bitSize in processTriAxisUsage()330 || !reportZ.isByteAligned() ) { in processTriAxisUsage()336 if (reportX.unit != 0 || reportY.unit != 0 || reportZ.unit != 0) { in processTriAxisUsage()341 if (reportX.a != reportY.a || reportY.a != reportZ.a in processTriAxisUsage()342 || reportX.b != reportY.b || reportY.b != reportZ.b) { in processTriAxisUsage()[all …]