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

Function OnSensitivityChanged

camera/basic/src/main/cpp/camera_ui.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void OnSensitivityChanged(JNIEnv*, jobject, jlong sensitivity) {
147 GetAppEngine()->OnCameraParameterChanged(ACAMERA_SENSOR_SENSITIVITY,
148 sensitivity);
149}
150
151extern "C" JNIEXPORT jint JNI_OnLoad(JavaVM* _Nonnull vm, void* _Nullable) {
152 JNIEnv* env;

Callers

nothing calls this directly

Calls 2

GetAppEngineFunction · 0.85

Tested by

no test coverage detected