utilsJNI.java 708 B

12345678910111213141516
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.4
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. package org.doubango.utils;
  9. public class utilsJNI {
  10. public final static native long new_AndroidUtils();
  11. public final static native void delete_AndroidUtils(long jarg1);
  12. public final static native java.math.BigInteger AndroidUtils_getCpuFamily();
  13. public final static native java.math.BigInteger AndroidUtils_getCpuFeatures();
  14. }