summaryrefslogtreecommitdiff
path: root/common/hal/google_camera_hal/dual_ir_depth_result_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/hal/google_camera_hal/dual_ir_depth_result_processor.h')
-rw-r--r--common/hal/google_camera_hal/dual_ir_depth_result_processor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/hal/google_camera_hal/dual_ir_depth_result_processor.h b/common/hal/google_camera_hal/dual_ir_depth_result_processor.h
index 4e9af84..6641e11 100644
--- a/common/hal/google_camera_hal/dual_ir_depth_result_processor.h
+++ b/common/hal/google_camera_hal/dual_ir_depth_result_processor.h
@@ -31,8 +31,9 @@ class DualIrDepthResultProcessor : public ResultProcessor {
virtual ~DualIrDepthResultProcessor() = default;
// Override functions of ResultProcessor start.
- void SetResultCallback(ProcessCaptureResultFunc process_capture_result,
- NotifyFunc notify) override;
+ void SetResultCallback(
+ ProcessCaptureResultFunc process_capture_result, NotifyFunc notify,
+ ProcessBatchCaptureResultFunc process_batch_capture_result) override;
status_t AddPendingRequests(
const std::vector<ProcessBlockRequest>& process_block_requests,