Searched refs:AttachCurrentThread (Results 1 – 3 of 3) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 1042 jint (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*); member 1057 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args) in AttachCurrentThread() function 1058 { return functions->AttachCurrentThread(this, p_env, thr_args); } in AttachCurrentThread()
|
/dalvik/vm/ |
D | Jni.c | 3604 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) in AttachCurrentThread() function 3696 if (AttachCurrentThread(vm, &tmpEnv, NULL) != JNI_OK) { in DestroyJavaVM() 4016 AttachCurrentThread,
|
D | CheckJni.c | 2263 result = BASE_VM(vm)->AttachCurrentThread(vm, p_env, thr_args); in Check_AttachCurrentThread()
|