Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h54 status_t AddResult(std::unique_ptr<CaptureResult> result);
Dresult_dispatcher.cc186 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/
Dhdrplus_capture_session.cc613 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()