Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetAndroidApp
Function
GetAndroidApp
engine/dlib/src/dlib/android.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
struct android_app* GetAndroidApp()
31
{
32
return g_AndroidApp;
33
}
34
35
ThreadAttacher::ThreadAttacher()
36
: m_Activity(NULL)
Callers
14
GetApplicationSupportPath
Function · 0.70
GetAndroidAssetManager
Function · 0.70
ThreadAttacher
Method · 0.70
LoadClass
Function · 0.70
WaitForWindow
Function · 0.50
engine_main
Function · 0.50
PlatformInitialize
Function · 0.50
WaitForWindow
Function · 0.50
GetAndroidAssetManager
Function · 0.50
GetNativeAndroidApp
Function · 0.50
CreateWindowSurface
Function · 0.50
RecreateAndroidWindowSurface
Function · 0.50
Calls
no outgoing calls
Tested by
1
WaitForWindow
Function · 0.40