summaryrefslogtreecommitdiff
path: root/common/hal/google_camera_hal/realtime_zsl_result_processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/hal/google_camera_hal/realtime_zsl_result_processor.cc')
-rw-r--r--common/hal/google_camera_hal/realtime_zsl_result_processor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/hal/google_camera_hal/realtime_zsl_result_processor.cc b/common/hal/google_camera_hal/realtime_zsl_result_processor.cc
index 6580167..2735920 100644
--- a/common/hal/google_camera_hal/realtime_zsl_result_processor.cc
+++ b/common/hal/google_camera_hal/realtime_zsl_result_processor.cc
@@ -59,7 +59,8 @@ RealtimeZslResultProcessor::RealtimeZslResultProcessor(
}
void RealtimeZslResultProcessor::SetResultCallback(
- ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) {
+ ProcessCaptureResultFunc process_capture_result, NotifyFunc notify,
+ ProcessBatchCaptureResultFunc /*process_batch_capture_result*/) {
std::lock_guard<std::mutex> lock(callback_lock_);
process_capture_result_ = process_capture_result;
notify_ = notify;