Home
last modified time | relevance | path

Searched refs:pReportY (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp298 const HidParser::ReportItem *pReportY = find(packets, usageY, HidParser::REPORT_TYPE_INPUT); in processTriAxisUsage() local
301 if (pReportX == nullptr || pReportY == nullptr|| pReportZ == nullptr) { in processTriAxisUsage()
307 const HidParser::ReportItem &reportY = *pReportY; in processTriAxisUsage()