mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
DrmHalTest: null check for skipped test
Bug: 253168737 Change-Id: I0dea0d2482d607eecff433ffb901eba02a39770f Test: VtsAidlHalDrmTargetTest
This commit is contained in:
@@ -263,6 +263,9 @@ std::vector<uint8_t> DrmHalTest::getVendorUUID() {
|
||||
}
|
||||
|
||||
bool DrmHalTest::isCryptoSchemeSupported(Uuid uuid, SecurityLevel level, std::string mime) {
|
||||
if (drmFactory == nullptr) {
|
||||
return false;
|
||||
}
|
||||
CryptoSchemes schemes{};
|
||||
auto ret = drmFactory->getSupportedCryptoSchemes(&schemes);
|
||||
EXPECT_OK(ret);
|
||||
|
||||
Reference in New Issue
Block a user