Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.cpp266 HIDReport **reportList, uint32 &reportCount) in BuildReportList() argument
279 for (uint32 j = 0; j < reportCount; j++) { in BuildReportList()
289 reportList[reportCount++] = report; in BuildReportList()
297 child->BuildReportList(reportType, reportList, reportCount); in BuildReportList()
H A DHIDCollection.h44 uint32 &reportCount);
H A DHIDWriter.cpp131 HIDWriter::SetReportCount(uint8 reportCount) in SetReportCount() argument
134 reportCount); in SetReportCount()
H A DHIDWriter.h37 status_t SetReportCount(uint8 reportCount);