1// 2// This file is a placeholder. It was generated by third_party/jni_zero/jni_generator.py 3// 4 5package org.jni_zero; 6 7public class GEN_JNI { 8 public static boolean TESTING_ENABLED; 9 public static boolean REQUIRE_MOCK; 10 11 public static native void org_jni_1zero_samples_SampleForTests_addStructB(long nativeCPPClass, Object caller, Object b); 12 public static native void org_jni_1zero_samples_SampleForTests_destroy(long nativeCPPClass, Object caller); 13 public static native Class org_jni_1zero_samples_SampleForTests_getClass(Class arg0); 14 public static native double org_jni_1zero_samples_SampleForTests_getDoubleFunction(Object caller); 15 public static native float org_jni_1zero_samples_SampleForTests_getFloatFunction(); 16 public static native Object org_jni_1zero_samples_SampleForTests_getNonPODDatatype(Object caller); 17 public static native Throwable org_jni_1zero_samples_SampleForTests_getThrowable(Throwable arg0); 18 public static native long org_jni_1zero_samples_SampleForTests_init(Object caller, String param); 19 public static native void org_jni_1zero_samples_SampleForTests_iterateAndDoSomethingWithStructB(long nativeCPPClass, Object caller); 20 public static native int org_jni_1zero_samples_SampleForTests_method(long nativeCPPClass, Object caller); 21 public static native double org_jni_1zero_samples_SampleForTests_methodOtherP0(long nativePtr, Object caller); 22 public static native String org_jni_1zero_samples_SampleForTests_returnAString(long nativeCPPClass, Object caller); 23 public static native void org_jni_1zero_samples_SampleForTests_setNonPODDatatype(Object caller, Object rect); 24} 25