summaryrefslogtreecommitdiffstats
path: root/android-utils/java/utilsJNI.java
diff options
context:
space:
mode:
Diffstat (limited to 'android-utils/java/utilsJNI.java')
-rw-r--r--android-utils/java/utilsJNI.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/android-utils/java/utilsJNI.java b/android-utils/java/utilsJNI.java
new file mode 100644
index 0000000..2db7900
--- /dev/null
+++ b/android-utils/java/utilsJNI.java
@@ -0,0 +1,16 @@
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 2.0.4
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+package org.doubango.utils;
+
+public class utilsJNI {
+ public final static native long new_AndroidUtils();
+ public final static native void delete_AndroidUtils(long jarg1);
+ public final static native java.math.BigInteger AndroidUtils_getCpuFamily();
+ public final static native java.math.BigInteger AndroidUtils_getCpuFeatures();
+}
OpenPOWER on IntegriCloud