| 139 | } |
| 140 | |
| 141 | void OnExposureChanged(JNIEnv*, jobject, jlong exposurePercent) { |
| 142 | GetAppEngine()->OnCameraParameterChanged(ACAMERA_SENSOR_EXPOSURE_TIME, |
| 143 | exposurePercent); |
| 144 | } |
| 145 | |
| 146 | void OnSensitivityChanged(JNIEnv*, jobject, jlong sensitivity) { |
| 147 | GetAppEngine()->OnCameraParameterChanged(ACAMERA_SENSOR_SENSITIVITY, |
nothing calls this directly
no test coverage detected