Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dzsl_result_dispatcher.cc134 status_t ZslResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ZslResultDispatcher
143 return zsl_result_dispatcher_->AddResult(std::move(result)); in AddResult()
145 return normal_result_dispatcher_->AddResult(std::move(result)); in AddResult()
Dzsl_result_dispatcher.h63 status_t AddResult(std::unique_ptr<CaptureResult> result);
Dresult_dispatcher.h65 status_t AddResult(std::unique_ptr<CaptureResult> result);
Dresult_dispatcher.cc254 status_t ResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ResultDispatcher
/hardware/google/camera/common/hal/tests/
Dresult_dispatcher_tests.cc353 EXPECT_EQ(result_dispatcher_->AddResult(std::move(result)), OK); in TEST_F()
391 EXPECT_EQ(result_dispatcher_->AddResult(std::move(result)), OK); in TEST_F()
/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_capture_session.cc305 result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
Dhdrplus_capture_session.cc620 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
Dzsl_snapshot_capture_session.cc895 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
Drgbird_capture_session.cc1087 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()