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

Method unregisterComponents

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

Source from the content-addressed store, hash-verified

135}
136
137void CinderNativeActivity::unregisterComponents()
138{
139dbg_app_fn_enter( __PRETTY_FUNCTION__ );
140
141 CinderNativeActivity::destroyJni();
142 ci::android::hardware::Camera::destroyJni();
143 ci::android::net::UrlLoader::destroyJni();
144 ci::android::video::VideoPlayer::destroyJni();
145 ci::audio::Context::setMaster( nullptr, nullptr );
146
147dbg_app_fn_exit( __PRETTY_FUNCTION__ );
148}
149
150CinderNativeActivity* CinderNativeActivity::getInstance()
151{

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