Searched refs:cryptoCommonPsshBox (Results 1 – 1 of 1) sorted by relevance
80 const bool cryptoCommonPsshBox = cryptoFactory->isCryptoSchemeSupported(kCommonPsshBoxUUID); in SetUp() local81 EXPECT_EQ(drmCommonPsshBox, cryptoCommonPsshBox); in SetUp()82 const bool supportsCommonPsshBox = drmCommonPsshBox && cryptoCommonPsshBox; in SetUp()