Searched refs:AttachCurrentThread (Results 1 – 6 of 6) sorted by relevance
30 #define AttachCurrentThread(a, b) AttachCurrentThread((JNIEnv**) a, b) macro
68 getJavaVM()->AttachCurrentThread(&env, NULL); in GetJNIEnv()
94 jniError = getJavaVM()->AttachCurrentThread(&u.env, 0); in getJNIEnv()96 jniError = getJavaVM()->AttachCurrentThread(&u.dummy, 0); in getJNIEnv()
96 i->AttachCurrentThread = vm_attachCurrentThread; in InitializeJavaVM()
152 if (vm->AttachCurrentThread(&env, 0) == JNI_OK) { in runThreadWithRegistration()
58343 getJNIEnv() passes wrong type to AttachCurrentThread() for JNIEnv argument on Android58346 AttachCurrentThread() in Android's JVM takes a JINEnv**