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

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

Completed in 72 milliseconds