Searched refs:m_outputReportSize (Results 1 – 2 of 2) sorted by relevance
111 m_outputReport = new unsigned char[m_outputReportSize](); in Open()159 m_outputReportSize = totalReportSize + 1; in ParseReportSizes()249 if (m_outputReportSize < HID_RMI4_READ_OUTPUT_COUNT + 2) { in Read()261 for (bytesWritten = 0; bytesWritten < m_outputReportSize; bytesWritten += count) { in Read()264 m_outputReportSize - bytesWritten); in Read()305 if (static_cast<ssize_t>(m_outputReportSize) < in Write()316 count = write(m_fd, m_outputReport, m_outputReportSize); in Write()533 (unsigned long)m_outputReportSize); in PrintDeviceInfo()
31 m_outputReportSize(0), in HIDDevice()65 size_t m_outputReportSize; variable