Searched refs:vendorModule (Results 1 – 5 of 5) sorted by relevance
61 if (vendorModule == nullptr || !vendorModule->isInstalled()) { \64 << (vendorModule == nullptr ? "N/A" : vendorModule->getServiceName()) \88 ASSERT_NE(nullptr, vendorModule.get()); in SetUp()91 if (vendorModule == nullptr) { in SetUp()94 ASSERT_EQ(instance, vendorModule->getServiceName()); in SetUp()95 contentConfigurations = vendorModule->getContentConfigurations(); in SetUp()106 vendorModule->setInstalled(false); in SetUp()121 if (vendorModule == nullptr) return {}; in getVendorUUID()122 vector<uint8_t> uuid = vendorModule->getUUID(); in getVendorUUID()132 unique_ptr<DrmHalVTSVendorModule_V1> vendorModule; variable
97 DrmHalTest::DrmHalTest() : vendorModule(getModuleForInstance(GetParamService())) {} in DrmHalTest()117 if (!vendorModule) { in SetUp()123 ASSERT_EQ(instance, vendorModule->getServiceName()); in SetUp()124 contentConfigurations = vendorModule->getContentConfigurations(); in SetUp()135 …ASSERT_NE(nullptr, drmPlugin.get()) << "Can't find " << vendorModule->getServiceName() << " drm@1… in SetUp()136 …ASSERT_NE(nullptr, cryptoPlugin.get()) << "Can't find " << vendorModule->getServiceName() << " cr… in SetUp()185 if (vendorModule == nullptr) return {}; in getVendorUUID()186 vector<uint8_t> uuid = vendorModule->getUUID(); in getVendorUUID()210 vector<uint8_t> response = vendorModule->handleProvisioningRequest( in provision()324 vendorModule->handleKeyRequest(keyRequest, configuration.serverUrl); in loadKeys()
225 vendorModule->handleKeyRequest(keyRequest, content.serverUrl); in TEST_P()
127 unique_ptr<DrmHalVTSVendorModule_V1> vendorModule; variable
57 : vendorModule(static_cast<DrmHalVTSVendorModule_V1*>( in DrmHalVendorFactoryTest()230 vector<uint8_t> response = vendorModule->handleProvisioningRequest( in TEST_P()322 vendorModule->handleKeyRequest(keyRequest, configuration.serverUrl); in loadKeys()