Searched refs:AddResult (Results 1 – 8 of 8) sorted by relevance
130 status_t ZslResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ZslResultDispatcher139 return zsl_result_dispatcher_->AddResult(std::move(result)); in AddResult()141 return normal_result_dispatcher_->AddResult(std::move(result)); in AddResult()
61 status_t AddResult(std::unique_ptr<CaptureResult> result);
54 status_t AddResult(std::unique_ptr<CaptureResult> result);
197 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()
736 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
615 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
1079 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()