Searched refs:AttachCurrentThread (Results 1 – 6 of 6) sorted by relevance
30 #define AttachCurrentThread(a, b) AttachCurrentThread((JNIEnv**) a, b) macro
52 vm->AttachCurrentThread((JNIEnv**) &env, NULL); in attachThread()54 vm->AttachCurrentThread((void**) &env, NULL); in attachThread()56 vm->AttachCurrentThread(&env, NULL); in attachThread()
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()
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**