Searched refs:NewGlobalRef (Results 1 - 25 of 268) sorted by relevance

1234567891011

/prebuilts/misc/common/swig/include/2.0.11/java/
H A Ddirector.swg30 jthis_ = weak_global_ ? jenv->NewWeakGlobalRef(jobj) : jenv->NewGlobalRef(jobj);
77 responsible for destruction (creates NewGlobalRef to pin Java
89 jthis_ = jenv->NewGlobalRef(jself);
/prebuilts/ndk/current/sources/android/ndk_helper/
H A DJNIHelper.cpp92 helper.jni_helper_java_class_ = (jclass) env->NewGlobalRef( cls );
96 helper.jni_helper_java_ref_ = env->NewGlobalRef( helper.jni_helper_java_ref_ );
/prebuilts/ndk/r11/sources/android/ndk_helper/
H A DJNIHelper.cpp92 helper.jni_helper_java_class_ = (jclass) env->NewGlobalRef( cls );
96 helper.jni_helper_java_ref_ = env->NewGlobalRef( helper.jni_helper_java_ref_ );
/prebuilts/ndk/r13/sources/android/ndk_helper/
H A DJNIHelper.cpp92 helper.jni_helper_java_class_ = (jclass) env->NewGlobalRef( cls );
96 helper.jni_helper_java_ref_ = env->NewGlobalRef( helper.jni_helper_java_ref_ );
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-11/arch-arm64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-11/arch-mips/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-11/arch-mips64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-11/arch-x86/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-11/arch-x86_64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-12/arch-arm64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-12/arch-mips64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-12/arch-x86_64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-13/arch-arm64/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
H A Djni.h197 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
563 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
564 { return functions->NewGlobalRef(this, obj); }

Completed in 578 milliseconds

1234567891011