Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
CameraEngine::~CameraEngine() {
44
cameraReady_ = false;
45
DeleteCamera();
46
}
47
48
struct android_app* CameraEngine::AndroidApp(void) const { return app_; }
49
Callers
nothing calls this directly
Calls
1
DeleteCamera
Function · 0.85
Tested by
no test coverage detected