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

Method destroyStaticInstances

src/cinder/app/android/PlatformAndroid.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void PlatformAndroid::destroyStaticInstances()
76{
77dbg_app_fn_enter( __PRETTY_FUNCTION__ );
78 cinder::android::hardware::Camera::destroyInstance();
79 cinder::FontManager_destroyStaticInstance();
80dbg_app_fn_exit( __PRETTY_FUNCTION__ );
81}
82
83PlatformAndroid* PlatformAndroid::get()
84{

Callers

nothing calls this directly

Calls 4

dbg_app_fn_enterFunction · 0.85
destroyInstanceFunction · 0.85
dbg_app_fn_exitFunction · 0.85

Tested by

no test coverage detected