Searched refs:reportY (Results 1 – 1 of 1) sorted by relevance
307 const HidParser::ReportItem &reportY = *pReportY; in processTriAxisUsage() local309 if (reportX.id != reportY.id || reportY.id != reportZ.id) { in processTriAxisUsage()314 || reportX.minRaw != reportY.minRaw in processTriAxisUsage()315 || reportX.maxRaw != reportY.maxRaw in processTriAxisUsage()316 || reportY.minRaw != reportZ.minRaw in processTriAxisUsage()317 || reportY.maxRaw != reportZ.maxRaw) { in processTriAxisUsage()321 if (reportX.a != reportY.a || reportY.a != reportY.a) { 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()329 || !reportY.isByteAligned() in processTriAxisUsage()[all …]