blob: 2db79005bc44276fc213c5e94f494c0d10b9493e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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();
}
|