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

Commit 44de1431 authored by Austin Borger's avatar Austin Borger Committed by Automerger Merge Worker
Browse files

Merge "Camera VTS: Close the session at the end of stream configuration...

Merge "Camera VTS: Close the session at the end of stream configuration validation" into udc-dev am: c3eb1a10

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/23036270



Change-Id: I1dc18c533bb1789b9981094e1a857170eaaee70d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2aa0a760 c3eb1a10
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3081,7 +3081,11 @@ TEST_P(CameraAidlTest, validateStreamConfigurations) {
            ASSERT_EQ(blobMinDurations.size(), blobStallDurations.size());
        }

        // Validate other aspects of stream configuration metadata...
        // TODO (b/280887191): Validate other aspects of stream configuration metadata...

        ndk::ScopedAStatus ret = mSession->close();
        mSession = nullptr;
        ASSERT_TRUE(ret.isOk());
    }
}