• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//
2// This file is a placeholder. It was generated by third_party/jni_zero/jni_generator.py
3//
4
5package this.is.a.package.prefix.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 this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_addStructB(long nativeCPPClass, Object caller, Object b);
12  public static native void this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_destroy(long nativeCPPClass, Object caller);
13  public static native Class this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_getClass(Class arg0);
14  public static native double this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_getDoubleFunction(Object caller);
15  public static native float this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_getFloatFunction();
16  public static native Object this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_getNonPODDatatype(Object caller);
17  public static native Throwable this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_getThrowable(Throwable arg0);
18  public static native long this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_init(Object caller, String param);
19  public static native void this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_iterateAndDoSomethingWithStructB(long nativeCPPClass, Object caller);
20  public static native int this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_method(long nativeCPPClass, Object caller);
21  public static native double this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_methodOtherP0(long nativePtr, Object caller);
22  public static native String this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_returnAString(long nativeCPPClass, Object caller);
23  public static native void this_is_a_package_prefix_org_jni_1zero_samples_SampleForTests_setNonPODDatatype(Object caller, Object rect);
24}
25