Home
last modified time | relevance | path

Searched refs:kHwSecureAll (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_test.cpp63 static constexpr SecurityLevel kHwSecureAll = SecurityLevel::HW_SECURE_ALL; variable
128 for (auto level : {kHwSecureAll, kSwSecureCrypto}) { in TEST_P()
201 for (auto level : {kHwSecureAll, kSwSecureCrypto}) { in TEST_P()
396 auto result = isCryptoSchemeSupported(getAidlUUID(), kHwSecureAll, kVideoMp4); in TEST_P()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_test.cpp52 static const SecurityLevel kHwSecureAll = SecurityLevel::HW_SECURE_ALL; variable
102 for (auto level : {kHwSecureAll, kSwSecureCrypto}) { in TEST_P()
403 EXPECT_FALSE(drmFactory->isCryptoSchemeSupported_1_2(getUUID(), kVideoMp4, kHwSecureAll)); in TEST_P()