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

Commit bec2968e 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.

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

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

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