Home
last modified time | relevance | path

Searched refs:sendReport (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.h52 void sendReport(const std::vector<uint8_t>& report) const;
Dcom_android_commands_hid_Device.cpp213 void Device::sendReport(const std::vector<uint8_t>& report) const { in sendReport() function in android::uhid::Device
346 static void sendReport(JNIEnv* env, jclass /* clazz */, jlong ptr, jbyteArray rawReport) { in sendReport() function
350 d->sendReport(report); in sendReport()
388 {"nativeSendReport", "(J[B)V", reinterpret_cast<void*>(sendReport)},
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java95 d.sendReport(e.getReport()); in process()
DDevice.java125 public void sendReport(byte[] report) { in sendReport() method in Device
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...