Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dzsl_result_dispatcher.cc130 status_t ZslResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ZslResultDispatcher
139 return zsl_result_dispatcher_->AddResult(std::move(result)); in AddResult()
141 return normal_result_dispatcher_->AddResult(std::move(result)); in AddResult()
Dzsl_result_dispatcher.h61 status_t AddResult(std::unique_ptr<CaptureResult> result);
Dresult_dispatcher.h54 status_t AddResult(std::unique_ptr<CaptureResult> result);
Dresult_dispatcher.cc197 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.cc347 EXPECT_EQ(result_dispatcher_->AddResult(std::move(result)), OK); in TEST_F()
385 EXPECT_EQ(result_dispatcher_->AddResult(std::move(result)), OK); in TEST_F()
/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.cc736 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
Dhdrplus_capture_session.cc615 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
Drgbird_capture_session.cc1079 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()