Searched refs:reportSize (Results 1 – 2 of 2) sorted by relevance
159 void Device::sendReport(uint8_t* report, size_t reportSize) { in sendReport() argument163 ev.u.input2.size = reportSize; in sendReport()164 memcpy(&ev.u.input2.data, report, reportSize); in sendReport()
47 void sendReport(uint8_t* report, size_t reportSize);