HomeSort by relevance Sort by last modified time
    Searched refs:iCPM (Results 1 - 12 of 12) sorted by null

  /external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
pvmf_sm_fsp_base_cpm_support.cpp 135 iCPMInitCmdId = iCPM->Init();
142 iCPMOpenSessionCmdId = iCPM->OpenSession(iCPMSessionID);
151 iCPMRegisterContentCmdId = iCPM->RegisterContent(iCPMSessionID,
158 iCPMRegisterContentCmdId = iCPM->RegisterContent(iCPMSessionID,
171 iCPM->QueryInterface(iCPMSessionID,
180 iCPM->QueryInterface(iCPMSessionID,
190 PVMFStatus status = iCPM->GetContentAccessFactory(iCPMSessionID,
205 iCPM->queryInterface(KPVMFMetadataExtensionUuid, temp);
214 iCPMRequestUsageId = iCPM->ApproveUsage(iCPMSessionID,
226 iCPMUsageCompleteCmdId = iCPM->UsageComplete(iCPMSessionID, iUsageID)
    [all...]
pvmf_sm_fsp_base_impl.cpp 62 iCPM = NULL;
119 if (iCPM != NULL)
121 iCPM->ThreadLogoff();
122 PVMFCPMFactory::DestroyContentPolicyManager(iCPM);
123 iCPM = NULL;
    [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp 74 iCPM = NULL;
170 if (iCPM != NULL)
172 iCPM->ThreadLogoff();
173 PVMFCPMFactory::DestroyContentPolicyManager(iCPM);
174 iCPM = NULL;
    [all...]
pvmf_amrffparser_node.h 695 PVMFCPM* iCPM;
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 831 if (iCPMContainer.iCPM)
    [all...]
pvmf_mp3ffparser_node.h 219 iCPM = NULL;
239 PVMFCPM* iCPM;
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp 58 iCPM = NULL;
149 if (iCPM != NULL)
151 iCPM->ThreadLogoff();
152 PVMFCPMFactory::DestroyContentPolicyManager(iCPM);
153 iCPM = NULL;
957 if (iCPM)
    [all...]
pvmf_aacffparser_node.h     [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 115 iCPM = NULL;
314 if (iCPM != NULL)
316 iCPM->ThreadLogoff();
317 PVMFCPMFactory::DestroyContentPolicyManager(iCPM);
318 iCPM = NULL;
756 iCPM = PVMFCPMFactory::CreateContentPolicyManager(*this);
759 OSCL_TRY(err, iCPM->ThreadLogon(););
761 iCPM->ThreadLogoff();
762 PVMFCPMFactory::DestroyContentPolicyManager(iCPM);
763 iCPM = NULL
    [all...]
pvmf_mp4ffparser_node.h     [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp 760 if (iSessionSourceInfo->iDRMProtected == true && iCPM)
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_impl.h 451 PVMFCPM* iCPM;

Completed in 653 milliseconds