Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b740fa6 authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Don't enforce result metadata queue support

Some provider implementations could still be using direct
transfer of the result metadata through hw binder.

Bug: 63970723
Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check
--skip-preconditions --module VtsHalCameraProviderV2_4Target -l INFO
Change-Id: Ib2adaff005af77385767a32c1ed069371a6e9b7a
parent 610a494f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2652,7 +2652,6 @@ TEST_F(CameraHidlTest, processCaptureRequestPreview) {
                        }
                    });
            ASSERT_TRUE(resultQueueRet.isOk());
            ASSERT_NE(nullptr, resultQueue);

            InFlightRequest inflightReq = {1, false, supportsPartialResults, partialResultCount,
                                           resultQueue};
@@ -2900,7 +2899,6 @@ TEST_F(CameraHidlTest, flushPreviewRequest) {
                        }
                    });
            ASSERT_TRUE(resultQueueRet.isOk());
            ASSERT_NE(nullptr, resultQueue);

            InFlightRequest inflightReq = {1, false, supportsPartialResults, partialResultCount,
                                           resultQueue};