Searched refs:reportY (Results 1 – 1 of 1) sorted by relevance
316 const HidParser::ReportItem &reportY = *pReportY; in processTriAxisUsage() local318 if (reportX.id != reportY.id || reportY.id != reportZ.id) { in processTriAxisUsage()323 || reportX.minRaw != reportY.minRaw in processTriAxisUsage()324 || reportX.maxRaw != reportY.maxRaw in processTriAxisUsage()325 || reportY.minRaw != reportZ.minRaw in processTriAxisUsage()326 || reportY.maxRaw != reportZ.maxRaw) { in processTriAxisUsage()330 if (reportX.a != reportY.a || reportY.a != reportY.a) { in processTriAxisUsage()334 if (reportX.count != 1 || reportY.count != 1 || reportZ.count != 1 in processTriAxisUsage()336 || reportX.bitSize != reportY.bitSize || reportY.bitSize != reportZ.bitSize in processTriAxisUsage()338 || !reportY.isByteAligned() in processTriAxisUsage()[all …]