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

Method registerComponents

src/cinder/android/app/CinderNativeActivity.cpp:125–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void CinderNativeActivity::registerComponents()
126{
127dbg_app_fn_enter( __PRETTY_FUNCTION__ );
128
129 CinderNativeActivity::cacheJni();
130 ci::android::hardware::Camera::cacheJni();
131 ci::android::net::UrlLoader::cacheJni();
132 ci::android::video::VideoPlayer::cacheJni();
133
134dbg_app_fn_exit( __PRETTY_FUNCTION__ );
135}
136
137void CinderNativeActivity::unregisterComponents()
138{

Callers

nothing calls this directly

Calls 2

dbg_app_fn_enterFunction · 0.85
dbg_app_fn_exitFunction · 0.85

Tested by

no test coverage detected