Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hidd.cpp350 static jboolean replyReportNative(JNIEnv* env, jobject thiz, jbyte type, in replyReportNative() function
469 {"replyReportNative", "(BB[B)Z", (void*)replyReportNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDevService.java464 return replyReportNative(type, id, data); in replyReport()
693 private native boolean replyReportNative(byte type, byte id, byte[] data); in replyReportNative() method in HidDevService