Searched refs:hdiDecryptModule (Results 1 – 2 of 2) sorted by relevance
280 sptr<OHOS::HDI::Drm::V1_0::IMediaDecryptModule> hdiDecryptModule = nullptr; in GetMediaDecryptModule() local286 retCode = hdiMediaKeySession_->GetMediaDecryptModule(hdiDecryptModule); in GetMediaDecryptModule()287 if (retCode != DRM_OK || hdiDecryptModule == nullptr) { in GetMediaDecryptModule()291 … decryptModule_ = new (std::nothrow) MediaDecryptModuleService(hdiDecryptModule, statisticsInfo_); in GetMediaDecryptModule()
644 sptr<IMediaDecryptModule> hdiDecryptModule = new (std::nothrow) IMediaDecryptModuleMock(); in FuzzSystemFactoryNdk() local646 std::make_shared<MediaDecryptModuleService>(hdiDecryptModule); in FuzzSystemFactoryNdk()