Home
last modified time | relevance | path

Searched refs:new_result (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/camera/common/hal/tests/
H A Dresult_dispatcher_tests.cc88 void ProcessCaptureResult(std::unique_ptr<CaptureResult> new_result) { in ProcessCaptureResult() argument
89 if (new_result == nullptr) { in ProcessCaptureResult()
90 EXPECT_NE(new_result, nullptr); in ProcessCaptureResult()
94 uint32_t frame_number = new_result->frame_number; in ProcessCaptureResult()
97 if (new_result->result_metadata != nullptr) { in ProcessCaptureResult()
98 ASSERT_EQ(new_result->partial_result, kPartialResult); in ProcessCaptureResult()
102 metadata.result_metadata = std::move(new_result->result_metadata); in ProcessCaptureResult()
106 for (auto& buffer : new_result->output_buffers) { in ProcessCaptureResult()
110 for (auto& buffer : new_result->input_buffers) { in ProcessCaptureResult()
/aosp12/frameworks/native/cmds/installd/
H A Dutils.cpp1160 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles() local
1161 result = result && new_result; in collect_profiles()