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