Home
last modified time | relevance | path

Searched refs:iDecryptionInterface (Results 1 – 7 of 7) sorted by relevance

/external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
Dpvmf_sm_fsp_base_cpm_support.cpp397 if (iDecryptionInterface != NULL) in CPMCommandCompleted()
399 iDecryptionInterface->Reset(); in CPMCommandCompleted()
402 … iCPMContentAccessFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iDecryptionInterface); in CPMCommandCompleted()
403 iDecryptionInterface = NULL; in CPMCommandCompleted()
478iDecryptionInterface = OSCL_STATIC_CAST(PVMFCPMPluginAccessUnitDecryptionInterface*, interimPtr); in CompleteDRMInit()
479 if (iDecryptionInterface == NULL) in CompleteDRMInit()
486 iDecryptionInterface->Init(); in CompleteDRMInit()
Dpvmf_sm_fsp_base_impl.cpp2460 if (iDecryptionInterface != NULL) in ResetCPMParams()
2462 iDecryptionInterface->Reset(); in ResetCPMParams()
2465 … iCPMContentAccessFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iDecryptionInterface); in ResetCPMParams()
2466 iDecryptionInterface = NULL; in ResetCPMParams()
2511 iDecryptionInterface = NULL; in ResetCPMParams()
/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_medialayer_node.h504 PVMFCPMPluginAccessUnitDecryptionInterface* iDecryptionInterface; variable
508 iDecryptionInterface = aDecryptionInterface; in setDRMDecryptionInterface()
/external/opencore/nodes/streaming/medialayernode/src/
Dpvmf_medialayer_node.cpp78 iDecryptionInterface = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT()
151 iDecryptionInterface = NULL; in ~PVMFMediaLayerNode()
732 iDecryptionInterface = NULL; in DoReset()
2533 if (iDecryptionInterface != NULL) in dispatchAccessUnits()
2535 if (iDecryptionInterface->CanDecryptInPlace()) in dispatchAccessUnits()
2566 iDecryptionInterface->DecryptAccessUnit(srcPtr, in dispatchAccessUnits()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp119 iDecryptionInterface = NULL; in PVMFMP4FFParserNode()
2635iDecryptionInterface = OSCL_STATIC_CAST(PVMFCPMPluginAccessUnitDecryptionInterface*, interimPtr); in CompleteInit()
2636 if (iDecryptionInterface != NULL) in CompleteInit()
2638 iDecryptionInterface->Init(); in CompleteInit()
4601 if (iDecryptionInterface != NULL) in RetrieveTrackData()
4613 iDecryptionInterface->DecryptAccessUnit(iOMA2DecryptionBuffer, in RetrieveTrackData()
4622 iDecryptionInterface->DecryptAccessUnit(iOMA2DecryptionBuffer, in RetrieveTrackData()
5974 if (iDecryptionInterface != NULL) in CleanupFileSource()
5976 iDecryptionInterface->Reset(); in CleanupFileSource()
5979 … iCPMContentAccessFactory->DestroyPVMFCPMPluginAccessInterface(uuid, iDecryptionInterface); in CleanupFileSource()
[all …]
Dpvmf_mp4ffparser_node.h906 PVMFCPMPluginAccessUnitDecryptionInterface* iDecryptionInterface; variable
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
Dpvmf_sm_fsp_base_impl.h455 PVMFCPMPluginAccessUnitDecryptionInterface* iDecryptionInterface; variable