Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp301 const HidParser::ReportItem *pReportZ = find(packets, usageZ, HidParser::REPORT_TYPE_INPUT); in processTriAxisUsage() local
303 if (pReportX == nullptr || pReportY == nullptr|| pReportZ == nullptr) { in processTriAxisUsage()
310 const HidParser::ReportItem &reportZ = *pReportZ; in processTriAxisUsage()