| 23 | */ |
| 24 | static CameraEngine* pEngineObj = nullptr; |
| 25 | CameraEngine* GetAppEngine(void) { |
| 26 | ASSERT(pEngineObj, "AppEngine has not initialized"); |
| 27 | return pEngineObj; |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Teamplate function for NativeActivity derived applications |
no outgoing calls
no test coverage detected