Searched refs:vendorModule (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/ |
D | drm_hal_vendor_test.h | 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
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 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()
|
D | drm_hal_test.cpp | 225 vendorModule->handleKeyRequest(keyRequest, content.serverUrl); in TEST_P()
|
/hardware/interfaces/drm/aidl/vts/ |
D | drm_hal_common.cpp | 178 DrmHalTest::DrmHalTest() : vendorModule(getModuleForInstance(GetParamService())) {} in DrmHalTest() 190 if (!vendorModule) { in SetUp() 204 ASSERT_EQ(HalBaseName(drmInstance), vendorModule->getServiceName()); in SetUp() 205 contentConfigurations = vendorModule->getContentConfigurations(); in SetUp() 218 << "Can't find " << vendorModule->getServiceName() << " drm aidl plugin"; in SetUp() 220 << "Can't find " << vendorModule->getServiceName() << " crypto aidl plugin"; in SetUp() 258 if (vendorModule == nullptr) { in getVendorUUID() 262 return vendorModule->getUUID(); in getVendorUUID() 312 vendorModule->handleProvisioningRequest(provisionRequest, defaultUrl); in provision() 412 vendorModule->handleKeyRequest(keyRequest, configuration.serverUrl); in loadKeys()
|
D | drm_hal_test.cpp | 240 vector<uint8_t> keyResponse = vendorModule->handleKeyRequest(keyRequest, content.serverUrl); in TEST_P()
|
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/ |
D | drm_hal_common.h | 127 unique_ptr<DrmHalVTSVendorModule_V1> vendorModule; variable
|
/hardware/interfaces/drm/aidl/vts/include/ |
D | drm_hal_common.h | 136 unique_ptr<DrmHalVTSVendorModule_V1> vendorModule; variable
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_vendor_test.cpp | 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()
|