Home
last modified time | relevance | path

Searched refs:reportSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp141 void Device::sendReport(uint8_t* report, size_t reportSize) { in sendReport() argument
145 ev.u.input.size = reportSize; in sendReport()
146 memcpy(&ev.u.input.data, report, reportSize); in sendReport()
Dcom_android_commands_hid_Device.h47 void sendReport(uint8_t* report, size_t reportSize);