Searched refs:AddResult (Results 1 – 5 of 5) sorted by relevance
54 status_t AddResult(std::unique_ptr<CaptureResult> result);
186 status_t ResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ResultDispatcher
347 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()
613 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
1079 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()