Merge "Camera VTS: Close the session at the end of stream configuration validation" into udc-dev am: c3eb1a10a7
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/23036270 Change-Id: Ie8cc588512f49a0737afbc05c6d586173321d596 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7db6812bbc
1 changed files with 5 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue