Home
last modified time | relevance | path

Searched refs:process_batch_capture_result_ (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_result_processor.cc67 process_batch_capture_result_ = process_batch_capture_result; in SetResultCallback()
123 process_batch_capture_result_(std::move(capture_results)); in ProcessBatchResult()
Dbasic_result_processor.h66 ProcessBatchCaptureResultFunc process_batch_capture_result_; variable
/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h296 ProcessBatchCaptureResultFunc process_batch_capture_result_; variable
Dresult_dispatcher.cc66 process_batch_capture_result_(std::move(process_batch_capture_result)), in ResultDispatcher()
547 if (process_batch_capture_result_ != nullptr) { in NotifyCaptureResults()
548 process_batch_capture_result_(std::move(results)); in NotifyCaptureResults()