Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h68 status_t AddBatchResult(std::vector<std::unique_ptr<CaptureResult>> results);
Dresult_dispatcher.cc265 status_t ResultDispatcher::AddBatchResult( in AddBatchResult() function in android::google_camera_hal::ResultDispatcher
/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_capture_session.cc320 result_dispatcher_->AddBatchResult(std::move(results)); in ProcessBatchCaptureResult()