Searched defs:getReportNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid.cpp366 static jboolean getReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jbyte reportId, jint bufferSize) { function in namespace:android
454 {"getReportNative", "([BBBI)Z", (void *) getReportNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java238 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
647 private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int bufferSize); method in class:HidService

Completed in 39 milliseconds