Home
last modified time | relevance | path

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

/system/incremental_delivery/libdataloader/
DJNIHelpers.h81 int result = jvm->AttachCurrentThread(&env, nullptr); in GetOrAttachJNIEnvironment()
/system/extras/module_ndk_libs/libnativehelper/include_jni/
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()