Home
last modified time | relevance | path

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

/dalvik/libnativehelper/include/nativehelper/
Djni.h1042 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/
DJni.c3604 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,
DCheckJni.c2263 result = BASE_VM(vm)->AttachCurrentThread(vm, p_env, thr_args); in Check_AttachCurrentThread()