Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
358
JNIEnv* JniHelper::AttachCurrentThread()
359
{
360
JNIEnv* jniEnv = JvmHelper_Attach();
361
return jniEnv;
362
}
363
364
void JniHelper::DeatchCurrentThread()
365
{
Callers
15
deleteAllGlobalRefs
Method · 0.80
JvmHelper_Attach
Function · 0.80
cacheJni
Method · 0.80
destroyJni
Method · 0.80
getInstance
Method · 0.80
enumerateDevices
Method · 0.80
getPixels
Method · 0.80
cacheJni
Method · 0.80
destroyJni
Method · 0.80
getCacheDirectory
Method · 0.80
getPicturesDirectory
Method · 0.80
~UrlLoader
Method · 0.80
Calls
1
JvmHelper_Attach
Function · 0.85
Tested by
no test coverage detected