Home
last modified time | relevance | path

Searched refs:cryptoFactory (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_clearkey_test.h71 cryptoFactory = ICryptoFactory::getService(instanceName); in SetUp()
72 ASSERT_NE(nullptr, cryptoFactory.get()); in SetUp()
75 const bool cryptoClearKey = cryptoFactory->isCryptoSchemeSupported(kClearKeyUUID); in SetUp()
80 const bool cryptoCommonPsshBox = cryptoFactory->isCryptoSchemeSupported(kCommonPsshBoxUUID); in SetUp()
113 sp<ICryptoFactory> cryptoFactory; variable
140 res = cryptoFactory->createPlugin( in SetUp()
Ddrm_hal_vendor_test.h100 cryptoFactory = ICryptoFactory::getService(instance); in SetUp()
101 ASSERT_NE(nullptr, cryptoFactory.get()); in SetUp()
131 sp<ICryptoFactory> cryptoFactory; variable
155 res = cryptoFactory->createPlugin( in SetUp()
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
Ddrm_hal_clearkey_test.h91 sp<ICryptoFactory> cryptoFactory = ICryptoFactory::getService(instance); in SetUp() local
92 cryptoPlugin = createCryptoPlugin(cryptoFactory); in SetUp()
126 sp<ICryptoPlugin> createCryptoPlugin(sp<ICryptoFactory> cryptoFactory) { in createCryptoPlugin() argument
127 if (cryptoFactory == nullptr) { in createCryptoPlugin()
132 auto res = cryptoFactory->createPlugin( in createCryptoPlugin()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp113 cryptoFactory = ICryptoFactory::getService(instance); in SetUp()
114 ASSERT_NE(cryptoFactory, nullptr); in SetUp()
160 if (cryptoFactory == nullptr) { in createCryptoPlugin()
165 auto res = cryptoFactory->createPlugin( in createCryptoPlugin()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp45 EXPECT_FALSE(cryptoFactory->isCryptoSchemeSupported(kInvalidUUID)); in TEST_P()
55 EXPECT_FALSE(cryptoFactory->isCryptoSchemeSupported(emptyUUID)); in TEST_P()
115 auto res = cryptoFactory->createPlugin( in TEST_P()
129 auto res = cryptoFactory->createPlugin( in TEST_P()
157 auto res = cryptoFactory->createPlugin( in TEST_P()
Ddrm_hal_vendor_test.cpp88 EXPECT_FALSE(cryptoFactory->isCryptoSchemeSupported(kInvalidUUID)); in TEST_P()
98 EXPECT_FALSE(cryptoFactory->isCryptoSchemeSupported(emptyUUID)); in TEST_P()
107 EXPECT_TRUE(cryptoFactory->isCryptoSchemeSupported(getUUID())); in TEST_P()
157 auto res = cryptoFactory->createPlugin( in TEST_P()
187 auto res = cryptoFactory->createPlugin( in TEST_P()
/hardware/interfaces/drm/1.4/vts/functional/
Ddrm_hal_test.cpp39 auto res = cryptoFactory->createPlugin( in CryptoPlugin()
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/
Ddrm_hal_common.h124 sp<ICryptoFactory> cryptoFactory; variable