Searched refs:AttachCurrentThread (Results 1 - 3 of 3) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h1042 jint (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*); member in struct:JNIInvokeInterface
1057 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args) function in struct:_JavaVM
1058 { return functions->AttachCurrentThread(this, p_env, thr_args); }
/dalvik/vm/
H A DJni.c3695 * Handle AttachCurrentThread{AsDaemon}.
3793 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) function
3799 * Like AttachCurrentThread, but set the "daemon" flag.
3886 if (AttachCurrentThread(vm, &tmpEnv, NULL) != JNI_OK) {
4207 AttachCurrentThread,
H A DCheckJni.c2405 result = BASE_VM(vm)->AttachCurrentThread(vm, p_env, thr_args);

Completed in 2653 milliseconds