Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DJNIHelper.cpp57 activity_->vm->AttachCurrentThread( &env, NULL ); in ~JNIHelper()
79 helper.activity_->vm->AttachCurrentThread( &env, NULL ); in Init()
121 activity_->vm->AttachCurrentThread( &env, NULL ); in ReadFile()
194 activity_->vm->AttachCurrentThread( &env, NULL ); in GetExternalFilesDir()
220 activity_->vm->AttachCurrentThread( &env, NULL ); in LoadTexture()
263 activity_->vm->AttachCurrentThread( &env, NULL ); in ConvertString()
304 activity_->vm->AttachCurrentThread( &env, NULL ); in GetNativeAudioBufferSize()
326 activity_->vm->AttachCurrentThread( &env, NULL ); in GetNativeAudioSampleRate()
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotNativeActivity.cpp401 app_->activity->vm->AttachCurrentThread( &jni, NULL ); in ShowUI()
415 app_->activity->vm->AttachCurrentThread( &jni, NULL ); in UpdateFPS()
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsNativeActivity.cpp412 app_->activity->vm->AttachCurrentThread( &jni, NULL ); in ShowUI()
426 app_->activity->vm->AttachCurrentThread( &jni, NULL ); in UpdateFPS()
/development/ndk/platforms/android-3/include/
Djni.h1075 jint (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*); member
1090 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args) in AttachCurrentThread() function
1091 { return functions->AttachCurrentThread(this, p_env, thr_args); } in AttachCurrentThread()