MCPcopy Create free account
hub / github.com/android/ndk-samples / GetAppEngine

Function GetAppEngine

camera/basic/src/main/cpp/android_main.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

notifyCameraPermissionFunction · 0.85
TakePhotoFunction · 0.85
OnExposureChangedFunction · 0.85
OnSensitivityChangedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected