Searched refs:reportSize (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDWriter.h35 status_t SetReportSize(uint8 reportSize);
H A DHIDReport.cpp175 size_t reportSize = ReportSize(); local
176 uint8 *report = (uint8 *)malloc(reportSize);
181 memset(fCurrentReport, 0, reportSize);
H A DHIDWriter.cpp115 HIDWriter::SetReportSize(uint8 reportSize) argument
118 reportSize);

Completed in 34 milliseconds