Searched refs:sendReport (Results 1 – 4 of 4) sorted by relevance
141 void Device::sendReport(uint8_t* report, size_t reportSize) { in sendReport() function in android::uhid::Device205 static void sendReport(JNIEnv* env, jclass /* clazz */, jlong ptr,jbyteArray rawReport) { in sendReport() function210 d->sendReport(report.get(), size); in sendReport()226 { "nativeSendReport", "(J[B)V", reinterpret_cast<void*>(sendReport) },
47 void sendReport(uint8_t* report, size_t reportSize);
102 d.sendReport(e.getReport()); in process()
80 public void sendReport(byte[] report) { in sendReport() method in Device