Searched refs:AddResult (Results 1 – 9 of 9) sorted by relevance
134 status_t ZslResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ZslResultDispatcher143 return zsl_result_dispatcher_->AddResult(std::move(result)); in AddResult()145 return normal_result_dispatcher_->AddResult(std::move(result)); in AddResult()
63 status_t AddResult(std::unique_ptr<CaptureResult> result);
65 status_t AddResult(std::unique_ptr<CaptureResult> result);
254 status_t ResultDispatcher::AddResult(std::unique_ptr<CaptureResult> result) { in AddResult() function in android::google_camera_hal::ResultDispatcher
353 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()
305 result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
620 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
895 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()
1087 status_t res = result_dispatcher_->AddResult(std::move(result)); in ProcessCaptureResult()