Searched refs:SetSourceInitializationData (Results 1 - 25 of 26) sorted by relevance

12

/external/opencore/nodes/common/include/
H A Dpvmf_data_source_init_extension.h64 virtual PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL,
/external/opencore/nodes/streaming/streamingmanager/src/
H A Dpvmf_streaming_manager_node.h128 virtual PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL,
H A Dpvmf_streaming_manager_node.cpp490 PVMFStatus PVMFStreamingManagerNode::SetSourceInitializationData(OSCL_wString& aSourceURL, function in class:PVMFStreamingManagerNode
494 PVMF_SM_LOGSTACKTRACE((0, "PVMFStreamingManagerNode::SetSourceInitializationData() In"));
497 //Reset->queryinterface(PVMFDataSourceInitializationExtensionInterface)->PVMFDataSourceInitializationExtensionInterface::SetSourceInitializationData
499 //PVMFDataSourceInitializationExtensionInterface::SetSourceInitializationData
542 status = iFSPDataSourceInitializationIntf->SetSourceInitializationData(aSourceURL, aSourceFormat, aSourceData);
550 PVMF_SM_LOGSTACKTRACE((0, "PVMFStreamingManagerNode::SetSourceInitializationData() - Destructed FSP "));
H A Dpvmf_streaming_manager_extension_interface.cpp177 PVMFStreamingManagerExtensionInterfaceImpl::SetSourceInitializationData(OSCL_wString& aSourceURL, function in class:PVMFStreamingManagerExtensionInterfaceImpl
H A Dpvmf_streaming_manager_internal.h381 OSCL_IMPORT_REF PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL,
/external/opencore/pvmi/content_policy_manager/plugins/common/include/
H A Dpvmf_cpmplugin_interface.h173 virtual PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL,
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
H A Dpvmf_sm_fsp_rtsp_unicast.h203 virtual PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL,
H A Dpvmf_sm_fsp_rtsp_unicast.cpp3282 PVMFStatus PVMFSMRTSPUnicastNode::SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData) function in class:PVMFSMRTSPUnicastNode
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
H A Dpvmf_cpmplugin_passthru_oma1.h210 OSCL_IMPORT_REF PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL,
/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_node.h430 PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
H A Dpvmf_amrffparser_node.cpp2255 PVMFStatus PVMFAMRFFParserNode::SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData) function in class:PVMFAMRFFParserNode
2257 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFAMRFFParserNode::SetSourceInitializationData() called"));
2348 PVMF_AMRPARSERNODE_LOGERROR((0, "PVMFAMRParserNode::SetSourceInitializationData - Unsupported Format"));
/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_node.h427 PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
H A Dpvmf_mp3ffparser_node.cpp2691 PVMFStatus PVMFMP3FFParserNode::SetSourceInitializationData(OSCL_wString& aSourceURL, function in class:PVMFMP3FFParserNode
/external/opencore/nodes/pvprotocolenginenode/base/src/
H A Dpvmf_protocol_engine_node.h153 PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL,
H A Dpvmf_protocol_engine_node.cpp2290 PVMFStatus PVMFProtocolEngineNode::SetSourceInitializationData(OSCL_wString& aSourceURL, function in class:PVMFProtocolEngineNode
/external/opencore/nodes/pvwavffparsernode/src/
H A Dpvmf_wavffparser_node.h391 PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
H A Dpvmf_wavffparser_node.cpp1803 PVMFStatus PVMFWAVFFParserNode::SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData) function in class:PVMFWAVFFParserNode
1805 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFWAVFFParserNode::SetSourceInitializationData() called"));
/external/opencore/nodes/pvdownloadmanagernode/src/
H A Dpvmf_downloadmanager_node.cpp548 PVMFStatus PVMFDownloadManagerNode::SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData) function in class:PVMFDownloadManagerNode
550 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFDownloadManagerNode::SetSourceInitializationData() called"));
562 "PVMFDownloadManagerNode:SetSourceInitializationData() Can't find datasourceinit interface in protocol engine subnode container."));
566 PVMFStatus status = (iProtocolEngineNode.DataSourceInit())->SetSourceInitializationData(aSourceURL, aSourceFormat, aSourceData);
573 "PVMFDownloadManagerNode:SetSourceInitializationData() Can't get ProtocolEngineExtension interface from protocol subnode container."));
581 "PVMFDownloadManagerNode: SetSourceInitializationData() Call to GetSocketConfig() on protocol engine node returned failure."));
590 "PVMFDownloadManagerNode:SetSourceInitializationData() Missing source data"));
621 "PVMFDownloadManagerNode:SetSourceInitializationData() NoSaveToFile is not supported!"));
659 "PVMFDownloadManagerNode:SetSourceInitializationData() NoSaveToFile is not supported!"));
679 "PVMFDownloadManagerNode:SetSourceInitializationData() Missin
[all...]
H A Dpvmf_downloadmanager_node.h574 * SetSourceInitializationData
658 PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_node.h736 PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
H A Dpvmf_aacffparser_node.cpp2187 PVMFStatus PVMFAACFFParserNode::SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData) function in class:PVMFAACFFParserNode
2189 PVMF_AACPARSERNODE_LOGSTACKTRACE((0, "PVMFAACParserNode::SetSourceInitializationData called"));
2282 PVMF_AACPARSERNODE_LOGERROR((0, "PVMFAACParserNode::SetSourceInitializationData - Unsupported Format"));
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node.h612 PVMFStatus SetSourceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
H A Dpvmf_mp4ffparser_node.cpp639 PVMFStatus PVMFMP4FFParserNode::SetSourceInitializationData(OSCL_wString& aSourceURL, function in class:PVMFMP4FFParserNode
643 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFMP4FFParserNode::SetSourceInitializationData() called"));
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
H A Dpvmf_cpmplugin_passthru_oma1.cpp306 PVMFCPMPassThruPlugInOMA1::SetSourceInitializationData(OSCL_wString& aSourceURL, function in class:PVMFCPMPassThruPlugInOMA1
/external/opencore/pvmi/content_policy_manager/src/
H A Dcpm.cpp1401 it->iPlugInInterface->SetSourceInitializationData(aInfo->iSourceURL,

Completed in 332 milliseconds

12