Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java125 return sendReportNative(id, data); in sendReport()
270 private native boolean sendReportNative(int id, byte[] data); in sendReportNative() method in HidDeviceNativeInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_device.cpp334 static jboolean sendReportNative(JNIEnv* env, jobject thiz, jint id, in sendReportNative() function
508 {"sendReportNative", "(I[B)Z", (void*)sendReportNative},