| 73 | } |
| 74 | |
| 75 | void PlatformAndroid::destroyStaticInstances() |
| 76 | { |
| 77 | dbg_app_fn_enter( __PRETTY_FUNCTION__ ); |
| 78 | cinder::android::hardware::Camera::destroyInstance(); |
| 79 | cinder::FontManager_destroyStaticInstance(); |
| 80 | dbg_app_fn_exit( __PRETTY_FUNCTION__ ); |
| 81 | } |
| 82 | |
| 83 | PlatformAndroid* PlatformAndroid::get() |
| 84 | { |
nothing calls this directly
no test coverage detected