Searched refs:replyReportNative (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceNativeInterface.java | 140 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/ |
D | com_android_bluetooth_hid_device.cpp | 347 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()
|