Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc227 std::vector<std::unique_ptr<CaptureResult>> results_to_callback; in ProcessBatchCaptureResult() local
228 results_to_callback.reserve(results.size()); in ProcessBatchCaptureResult()
242 results_to_callback.push_back(std::move(result)); in ProcessBatchCaptureResult()
248 std::move(results_to_callback)); in ProcessBatchCaptureResult()