Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DJNIHelper.cpp62 activity_->vm->DetachCurrentThread(); in ~JNIHelper()
99 helper.activity_->vm->DetachCurrentThread(); in Init()
136 activity_->vm->DetachCurrentThread(); in ReadFile()
202 activity_->vm->DetachCurrentThread(); in GetExternalFilesDir()
244 activity_->vm->DetachCurrentThread(); in LoadTexture()
283 activity_->vm->DetachCurrentThread(); in ConvertString()
308 activity_->vm->DetachCurrentThread(); in GetNativeAudioBufferSize()
330 activity_->vm->DetachCurrentThread(); in GetNativeAudioSampleRate()
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotNativeActivity.cpp408 app_->activity->vm->DetachCurrentThread(); in ShowUI()
422 app_->activity->vm->DetachCurrentThread(); in UpdateFPS()
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsNativeActivity.cpp419 app_->activity->vm->DetachCurrentThread(); in ShowUI()
433 app_->activity->vm->DetachCurrentThread(); in UpdateFPS()
/development/ndk/platforms/android-3/include/
Djni.h1076 jint (*DetachCurrentThread)(JavaVM*); member
1092 jint DetachCurrentThread() in DetachCurrentThread() function
1093 { return functions->DetachCurrentThread(this); } in DetachCurrentThread()