HomeSort by relevance Sort by last modified time
    Searched refs:replyReportNative (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 137 return replyReportNative(type, id, data);
272 private native boolean replyReportNative(byte type, byte id, byte[] data);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid_device.cpp 366 static jboolean replyReportNative(JNIEnv* env, jobject thiz, jbyte type,
510 {"replyReportNative", "(BB[B)Z", (void*)replyReportNative},

Completed in 78 milliseconds