Lines Matching refs:m_inputReportSize
105 m_inputReport = new unsigned char[m_inputReportSize]();
117 m_readData = new unsigned char[m_inputReportSize]();
123 m_attnData = new unsigned char[m_inputReportSize]();
156 m_inputReportSize = totalReportSize + 1;
278 if (static_cast<ssize_t>(m_inputReportSize) <
390 if (*len >= m_inputReportSize) {
391 *len = m_inputReportSize;
398 if (m_inputReportSize < HID_RMI4_ATTN_INTERUPT_SOURCES + 1)
421 if (m_inputReportSize < HID_RMI4_REPORT_ID + 1)
440 count = read(m_fd, m_inputReport + offset, m_inputReportSize - offset);
448 if (offset == m_inputReportSize)
460 if (static_cast<ssize_t>(m_inputReportSize) < count)
464 if (static_cast<ssize_t>(m_inputReportSize) < count)
532 fprintf(stdout, "Report sizes: input: %ld output: %ld\n", (unsigned long)m_inputReportSize,