summaryrefslogtreecommitdiff
path: root/security/keymint/aidl/vts/functional/SecureElementProvisioningTest.cpp
diff options
context:
space:
mode:
authorChangyeon Jo <changyeon@google.com>2022-04-23 05:26:16 -0700
committerChangyeon Jo <changyeon@google.com>2022-04-30 11:40:17 +0000
commit0d814ce524770ef201c11ecb1ac57ec5328c13fa (patch)
tree2b375967ba87ea280a15e04462586120f7658320 /security/keymint/aidl/vts/functional/SecureElementProvisioningTest.cpp
parentd5bc92e9fe2d6dbec65bfd6dba584d747fdfbfec (diff)
Update CameraStreamBuffering test case
CameraStreamBuffering test case intentionally calls setMaxFramesInFight() with very large integer value to verify that API handles unreasonaly large value properly. A type of its parameter is changed from unsigned 32-bit integer to signed 32-bit integer in the latest EVS interface definition written in the stable AIDL. To adapt a test case, this CL updates it to use std::numeric_limits<int32_t>::max() instead of 0xFFFFFFFF, which is translated as -1 in signed 32-bit integer format. Bug: 226628778 Test: atest VtsHalEvsV1_1TargetTest atest VtsHalEvsTargetTest Change-Id: Ic35c6c962617825bc271cec8544770340db7728a
Diffstat (limited to 'security/keymint/aidl/vts/functional/SecureElementProvisioningTest.cpp')
0 files changed, 0 insertions, 0 deletions