Searched refs:AttachCurrentThread (Results 1 – 4 of 4) sorted by relevance
/development/ndk/sources/android/ndk_helper/ |
D | JNIHelper.cpp | 57 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/ |
D | TeapotNativeActivity.cpp | 401 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/ |
D | MoreTeapotsNativeActivity.cpp | 412 app_->activity->vm->AttachCurrentThread( &jni, NULL ); in ShowUI() 426 app_->activity->vm->AttachCurrentThread( &jni, NULL ); in UpdateFPS()
|
/development/ndk/platforms/android-3/include/ |
D | jni.h | 1075 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()
|