Searched defs:NewGlobalRef (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DJni.c58 The references can be created with explicit JNI NewLocalRef / NewGlobalRef
2186 static jobject NewGlobalRef(JNIEnv* env, jobject jobj) function
3958 NewGlobalRef,
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h181 jobject (*NewGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
547 jobject NewGlobalRef(jobject obj) function in struct:_JNIEnv
548 { return functions->NewGlobalRef(this, obj); }

Completed in 63 milliseconds