MCPcopy Create free account
hub / github.com/cinder/Cinder / AttachCurrentThread

Method AttachCurrentThread

src/cinder/android/JniHelper.cpp:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358JNIEnv* JniHelper::AttachCurrentThread()
359{
360 JNIEnv* jniEnv = JvmHelper_Attach();
361 return jniEnv;
362}
363
364void JniHelper::DeatchCurrentThread()
365{

Callers 15

deleteAllGlobalRefsMethod · 0.80
JvmHelper_AttachFunction · 0.80
cacheJniMethod · 0.80
destroyJniMethod · 0.80
getInstanceMethod · 0.80
enumerateDevicesMethod · 0.80
getPixelsMethod · 0.80
cacheJniMethod · 0.80
destroyJniMethod · 0.80
getCacheDirectoryMethod · 0.80
getPicturesDirectoryMethod · 0.80
~UrlLoaderMethod · 0.80

Calls 1

JvmHelper_AttachFunction · 0.85

Tested by

no test coverage detected