Home
last modified time | relevance | path

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

/external/rmi4utils/rmidevice/
Dhiddevice.cpp142 int totalReportSize = 0; in ParseReportSizes() local
152 totalReportSize = (reportSize * reportCount) >> 3; in ParseReportSizes()
156 m_inputReportSize = totalReportSize + 1; in ParseReportSizes()
159 m_outputReportSize = totalReportSize + 1; in ParseReportSizes()
162 m_featureReportSize = totalReportSize + 1; in ParseReportSizes()
171 totalReportSize = 0; in ParseReportSizes()