Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.h130 uint32_t usageX, uint32_t usageY, uint32_t usageZ, double defaultScaling = 1);
DHidRawSensor.cpp296 uint32_t usageX, uint32_t usageY, uint32_t usageZ, double defaultScaling) { in processTriAxisUsage() argument
298 const HidParser::ReportItem *pReportY = find(packets, usageY, HidParser::REPORT_TYPE_INPUT); in processTriAxisUsage()