Searched refs:sendReport (Results 1 – 5 of 5) sorted by relevance
52 void sendReport(const std::vector<uint8_t>& report) const;
213 void Device::sendReport(const std::vector<uint8_t>& report) const { in sendReport() function in android::uhid::Device346 static void sendReport(JNIEnv* env, jclass /* clazz */, jlong ptr, jbyteArray rawReport) { in sendReport() function350 d->sendReport(report); in sendReport()388 {"nativeSendReport", "(J[B)V", reinterpret_cast<void*>(sendReport)},
95 d.sendReport(e.getReport()); in process()
125 public void sendReport(byte[] report) { in sendReport() method in Device
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...