Searched refs:CancelGetLicense (Results 1 - 20 of 20) sorted by relevance

/external/opencore/pvmi/content_policy_manager/plugins/common/include/
H A Dpvmf_cpmplugin_license_interface.h132 virtual PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
/external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
H A Dpvmf_sm_fsp_base_cpm_support.cpp109 * Queue an asynchronous node command - CancelGetLicense
111 PVMFCommandId PVMFSMFSPBaseNode::CancelGetLicense(PVMFSessionId aSessionId function in class:PVMFSMFSPBaseNode
115 PVMF_SM_FSP_BASE_LOGSTACKTRACE((0, "PVMFSMFSPBaseNode::CancelGetLicense - called"));
297 * if this command is CancelGetLicense, we will return success or fail here.
611 iCPMLicenseInterface->CancelGetLicense(iCPMSessionID, iCPMGetLicenseCmdId);
615 * CPM module. CancelGetLicense can cancel only for GetLicense cmd.
/external/opencore/nodes/streaming/streamingmanager/src/
H A Dpvmf_streaming_manager_extension_interface.cpp484 PVMFStreamingManagerExtensionInterfaceImpl::CancelGetLicense(PVMFSessionId aSessionId, PVMFCommandId aCmdId, OsclAny* aContextData) function in class:PVMFStreamingManagerExtensionInterfaceImpl
486 return iContainer->CancelGetLicense(aSessionId, aCmdId, aContextData);
H A Dpvmf_streaming_manager_internal.h540 OSCL_IMPORT_REF PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
H A Dpvmf_cpmplugin_passthru_oma1.h260 OSCL_IMPORT_REF PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_node.h536 PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
H A Dpvmf_amrffparser_node.cpp3074 * if this command is CancelGetLicense, we will return success or fail here.
3076 PVMF_AMRPARSERNODE_LOGDATATRAFFIC((0, "PVMFAMRFFParserNode::CPMCommandCompleted - CPM CancelGetLicense complete"));
4015 PVMFAMRFFParserNode::CancelGetLicense(PVMFSessionId aSessionId, PVMFCommandId aCmdId, OsclAny* aContextData) function in class:PVMFAMRFFParserNode
4017 PVMF_AMRPARSERNODE_LOGDATATRAFFIC((0, "PVMFAMRFFParserNode::CancelGetLicense - called"));
4045 iCPMLicenseInterface->CancelGetLicense(iCPMSessionID, iCPMGetLicenseCmdId);
4049 * CPM module. CancelGetLicense can cancel only for GetLicense cmd.
/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_node.h530 PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
H A Dpvmf_mp3ffparser_node.cpp3327 PVMFMP3FFParserNode::CancelGetLicense(PVMFSessionId aSessionId, PVMFCommandId aCmdId, OsclAny* aContextData) function in class:PVMFMP3FFParserNode
3329 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFMP3FFParserNode::CancelGetLicense - called"));
3816 iCancelCmdId = iCPMLicenseInterface->CancelGetLicense(iSessionId, iCmdId);
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
H A Dpvmf_sm_fsp_base_impl.h256 virtual PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_node.h837 PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
H A Dpvmf_aacffparser_node.cpp3401 * if this command is CancelGetLicense, we will return success or fail here.
4116 PVMFAACFFParserNode::CancelGetLicense(PVMFSessionId aSessionId function in class:PVMFAACFFParserNode
4211 iCPMLicenseInterface->CancelGetLicense(iCPMSessionID, iCPMGetLicenseCmdId);
4215 * CPM module. CancelGetLicense can cancel only for GetLicense cmd.
/external/opencore/nodes/pvdownloadmanagernode/src/
H A Dpvmf_downloadmanager_node.h773 PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
H A Dpvmf_downloadmanager_node.cpp2180 PVMFDownloadManagerNode::CancelGetLicense(PVMFSessionId aSessionId function in class:PVMFDownloadManagerNode
2233 iFormatParserNode.LicenseInterface()->CancelGetLicense(iFormatParserNode.iSessionId, iFormatParserNode.iCPMGetLicenseCmdId);
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node.h713 PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
H A Dpvmf_mp4ffparser_node.cpp7216 * if this command is CancelGetLicense, we will return success or fail here.
7218 PVMF_MP4FFPARSERNODE_LOGINFO((0, "PVMFMP4FFParserNode::CPMCommandCompleted - CPM CancelGetLicense complete"));
8913 PVMFMP4FFParserNode::CancelGetLicense(PVMFSessionId aSessionId, PVMFCommandId aCmdId, OsclAny* aContextData) function in class:PVMFMP4FFParserNode
8915 PVMF_MP4FFPARSERNODE_LOGDATATRAFFIC((0, "PVMFMP4FFParserNode::CancelGetLicense - called"));
9003 iCPMLicenseInterface->CancelGetLicense(iCPMSessionID, iCPMGetLicenseCmdId);
9007 * CPM module. CancelGetLicense can cancel only for GetLicense cmd.
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
H A Dpvmf_cpmplugin_passthru_oma1.cpp740 //complete the CancelGetLicense
831 PVMFCPMPassThruPlugInOMA1::CancelGetLicense(PVMFSessionId aSessionId, PVMFCommandId aCmdId, OsclAny* aContext) function in class:PVMFCPMPassThruPlugInOMA1
833 PVMF_CPMPLUGIN_PASSTHRUOMA1_LOGINFO((0, "PVMFCPMPassThruPlugInOMA1::CancelGetLicense - called"));
/external/opencore/pvmi/content_policy_manager/src/
H A Dcpm_internal.h614 PVMFCommandId CancelGetLicense(PVMFSessionId aSessionId
H A Dcpm.cpp2839 PVMFCPMImpl::CancelGetLicense(PVMFSessionId aSessionId, PVMFCommandId aCmdId, OsclAny* aContextData) function in class:PVMFCPMImpl
2841 PVMF_CPM_LOGINFO((0, "PVMFCPMImpl:CancelGetLicense"));
3016 iLicenseInterface->CancelGetLicense(pluginParamsPtr->iPlugInSessionID, iGetLicenseCmdId, cmdContextData);
3020 * CPM module. CancelGetLicense can cancel only for GetLicense cmd.
/external/opencore/engines/player/src/
H A Dpv_player_engine.cpp5245 OSCL_TRY(leavecode, cmdid = iSourceNodeCPMLicenseIF->CancelGetLicense(iSourceNodeSessionId, iCPMGetLicenseCmdId, (OsclAny*)context));
5250 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVPlayerEngine::DoCancelAcquireLicense() CancelGetLicense on iSourceNode did a leave!"));

Completed in 740 milliseconds