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

Method ~CameraEngine

camera/basic/src/main/cpp/camera_engine.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43CameraEngine::~CameraEngine() {
44 cameraReady_ = false;
45 DeleteCamera();
46}
47
48struct android_app* CameraEngine::AndroidApp(void) const { return app_; }
49

Callers

nothing calls this directly

Calls 1

DeleteCameraFunction · 0.85

Tested by

no test coverage detected