Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android/ndk-samples
/ OnAppTermWindow
Method
OnAppTermWindow
camera/basic/src/main/cpp/android_main.cpp:110–113 ·
view source on GitHub ↗
* Handle APP_CMD_TEMR_WINDOW */
Source
from the content-addressed store, hash-verified
108
* Handle APP_CMD_TEMR_WINDOW
109
*/
110
void CameraEngine::OnAppTermWindow(void) {
111
cameraReady_ = false;
112
DeleteCamera();
113
}
114
115
/**
116
* Handle APP_CMD_CONFIG_CHANGED
Callers
1
ProcessAndroidCmd
Function · 0.80
Calls
1
DeleteCamera
Function · 0.85
Tested by
no test coverage detected