Home
last modified time | relevance | path

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

/libnativehelper/include_jni/
Djni.h1043 jint (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*); member
1058 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args) in AttachCurrentThread() function
1059 { return functions->AttachCurrentThread(this, p_env, thr_args); } in AttachCurrentThread()