• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//
2// This file is a placeholder. It was generated by //third_party/jni_zero/jni_zero.py
3// Contains placeholder methods specific to library targets. The real class
4// is generated on a per-apk basis.
5//
6
7package org.jni_zero;
8
9public class GEN_JNI {
10
11  public static native void org_jni_1zero_SampleForTests_addStructB(long nativeCPPClass, Object caller, Object b);
12  public static native void org_jni_1zero_SampleForTests_classUnderSamePackageTest(Object arg);
13  public static native void org_jni_1zero_SampleForTests_destroy(long nativeCPPClass, Object caller, Object bytes);
14  public static native Object org_jni_1zero_SampleForTests_getClass(Object env);
15  public static native double org_jni_1zero_SampleForTests_getDoubleFunction(Object ret);
16  public static native float org_jni_1zero_SampleForTests_getFloatFunction();
17  public static native Object org_jni_1zero_SampleForTests_getNonPODDatatype(Object jcaller);
18  public static native Object org_jni_1zero_SampleForTests_getThrowable(Object arg0);
19  public static native long org_jni_1zero_SampleForTests_init(Object caller, Object param, Object bytes, Object convertedType, Object nonConvertedArray);
20  public static native void org_jni_1zero_SampleForTests_iterateAndDoSomethingWithStructB(long nativeCPPClass, Object caller);
21  public static native Object org_jni_1zero_SampleForTests_listTest2(Object items);
22  public static native Object org_jni_1zero_SampleForTests_mapTest2(Object arg0);
23  public static native int org_jni_1zero_SampleForTests_method(long nativeCPPClass, Object caller, Object strings);
24  public static native double org_jni_1zero_SampleForTests_methodOtherP0(long nativePtr, Object caller);
25  public static native Object org_jni_1zero_SampleForTests_primitiveArrays(Object b, Object c, Object s, Object i, Object l, Object f, Object d);
26  public static native Object org_jni_1zero_SampleForTests_returnAString(long nativeCPPClass, Object caller);
27  public static native void org_jni_1zero_SampleForTests_setNonPODDatatype(Object obj, Object rect);
28}
29