Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java140 return replyReportNative(type, id, data); in replyReport()
304 private native boolean replyReportNative(byte type, byte id, byte[] data); in replyReportNative() method in HidDeviceNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp347 static jboolean replyReportNative(JNIEnv* env, jobject /* thiz */, jbyte type, in replyReportNative() function
493 {"replyReportNative", "(BB[B)Z", (void*)replyReportNative}, in register_com_android_bluetooth_hid_device()