Searched refs:AddBatchResult (Results 1 – 3 of 3) sorted by relevance
68 status_t AddBatchResult(std::vector<std::unique_ptr<CaptureResult>> results);
265 status_t ResultDispatcher::AddBatchResult( in AddBatchResult() function in android::google_camera_hal::ResultDispatcher
320 result_dispatcher_->AddBatchResult(std::move(results)); in ProcessBatchCaptureResult()