/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvmf_protocol_engine_node_download_common.cpp | 107 OSCL_EXPORT_REF bool DownloadContainer::addSourceData(OsclAny* aSourceData) in addSourceData() argument 109 if (!aSourceData) return false; in addSourceData() 110 if (!iDownloadSource->addSource(aSourceData)) return false; in addSourceData() 1015 PVMFDownloadDataSourceContainer::PVMFDownloadDataSourceContainer(OsclAny* aSourceData) in PVMFDownloadDataSourceContainer() argument 1017 addSource(aSourceData); in PVMFDownloadDataSourceContainer() 1020 bool PVMFDownloadDataSourceContainer::addSource(OsclAny* aSourceData) in addSource() argument 1022 PVInterface* pvInterface = OSCL_STATIC_CAST(PVInterface*, aSourceData); in addSource() 1065 void PVMFDownloadDataSourceContainer::copy(const PVMFDownloadDataSourceHTTP& aSourceData) in copy() argument 1068 iIsNewSession = aSourceData.bIsNewSession; in copy() 1069 iMaxFileSize = aSourceData.iMaxFileSize; in copy() [all …]
|
D | pvmf_protocol_engine_node_download_common.h | 55 OSCL_IMPORT_REF virtual bool addSourceData(OsclAny* aSourceData); 439 PVMFDownloadDataSourceContainer(OsclAny* aSourceData); 442 bool addSource(OsclAny* aSourceData); 456 void copy(const PVMFDownloadDataSourceHTTP& aSourceData); 457 void copy(const PVMFDownloadDataSourcePVX& aSourceData); 458 void copy(const PVMFSourceContextDataDownloadHTTP& aSourceData); 459 void copy(const PVMFSourceContextDataDownloadPVX& aSourceData);
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
D | pvmf_protocol_engine_node_registry.cpp | 116 …colEngineNodeRegistry::CheckPluginAvailability(PVMFFormatType& aSourceFormat, OsclAny* aSourceData) in CheckPluginAvailability() argument 121 …if (aSourceFormat == PVMF_MIME_DATA_SOURCE_HTTP_URL && aSourceData == NULL) aSourceType = PVMF_MIM… in CheckPluginAvailability()
|
D | pvmf_protocol_engine_node_registry.h | 79 bool CheckPluginAvailability(PVMFFormatType& aSourceFormat, OsclAny* aSourceData = NULL);
|
D | pvmf_protocol_engine_node_registry_interface.h | 103 …virtual bool CheckPluginAvailability(PVMFFormatType& aSourceFormat, OsclAny* aSourceData = NULL) =…
|
D | pvmf_protocol_engine_node.h | 155 OsclAny* aSourceData); 392 uint32 GetProtocolType(PVMFFormatType& aSourceFormat, OsclAny* aSourceData); 398 bool RecheckProtocolObjects(OsclAny* aSourceData, OsclAny* aPluginInfo);
|
D | pvmf_protocol_engine_node.cpp | 2153 bool PVMFProtocolEngineNode::RecheckProtocolObjects(OsclAny* aSourceData, OsclAny* aPluginInfo) in RecheckProtocolObjects() argument 2164 return iProtocolContainer->addSourceData(aSourceData); in RecheckProtocolObjects() 2292 OsclAny* aSourceData) in SetSourceInitializationData() argument 2295 if (!iRegistry.CheckPluginAvailability(aSourceFormat, aSourceData)) return PVMFErrNotSupported; in SetSourceInitializationData() 2302 if (!iProtocolContainer->addSourceData(aSourceData)) return PVMFFailure; in SetSourceInitializationData() 2305 if (!RecheckProtocolObjects(aSourceData, aPluginInfo)) return PVMFErrNoMemory; in SetSourceInitializationData()
|
/external/opencore/nodes/common/include/ |
D | pvmf_data_source_init_extension.h | 66 OsclAny* aSourceData) = 0;
|
/external/opencore/pvmi/content_policy_manager/include/ |
D | cpm.h | 102 OsclAny* aSourceData,
|
/external/opencore/nodes/streaming/streamingmanager/src/ |
D | pvmf_streaming_manager_extension_interface.cpp | 179 OsclAny* aSourceData) in SetSourceInitializationData() argument 183 aSourceData)); in SetSourceInitializationData()
|
D | pvmf_streaming_manager_node.h | 130 OsclAny* aSourceData);
|
D | pvmf_streaming_manager_node.cpp | 492 OsclAny* aSourceData) in SetSourceInitializationData() argument 542 …PDataSourceInitializationIntf->SetSourceInitializationData(aSourceURL, aSourceFormat, aSourceData); in SetSourceInitializationData()
|
D | pvmf_streaming_manager_internal.h | 383 OsclAny* aSourceData);
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
D | pvmf_cpmplugin_interface.h | 175 OsclAny* aSourceData) = 0;
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_downloadmanager_node.cpp | 548 …ceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData) in SetSourceInitializationData() argument 566 …lEngineNode.DataSourceInit())->SetSourceInitializationData(aSourceURL, aSourceFormat, aSourceData); in SetSourceInitializationData() 587 if (!aSourceData) in SetSourceInitializationData() 593 PVInterface* pvinterface = (PVInterface*)aSourceData; in SetSourceInitializationData() 676 if (!aSourceData) in SetSourceInitializationData() 682 PVInterface* pvinterface = (PVInterface*)aSourceData; in SetSourceInitializationData() 743 if (!aSourceData) in SetSourceInitializationData() 749 PVInterface* pvinterface = (PVInterface*)aSourceData; in SetSourceInitializationData() 889 iSourceData = aSourceData; in SetSourceInitializationData()
|
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/ |
D | pvmf_sm_fsp_rtsp_unicast.h | 205 OsclAny* aSourceData);
|
D | pvmf_sm_fsp_rtsp_unicast.cpp | 3282 …ceInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData) in SetSourceInitializationData() argument 3285 if (aSourceData != NULL) in SetSourceInitializationData() 3287 PVInterface* pvInterface = OSCL_STATIC_CAST(PVInterface*, aSourceData); in SetSourceInitializationData() 3338 if (aSourceData) in SetSourceInitializationData() 3341 OSCL_STATIC_CAST(PVInterface*, aSourceData); in SetSourceInitializationData() 3435 iSessionSourceInfo->_sourceData = aSourceData; in SetSourceInitializationData()
|
/external/opencore/pvmi/content_policy_manager/src/ |
D | cpm.cpp | 465 OsclAny* aSourceData, in RegisterContent() argument 474 aSourceData, in RegisterContent() 1350 OsclAny* aSourceData; in DoRegisterContent() local 1355 aSourceData, in DoRegisterContent() 1367 sInfo->iSourceData = aSourceData; in DoRegisterContent()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
D | pvmf_cpmplugin_passthru_oma1.cpp | 308 OsclAny* aSourceData) in SetSourceInitializationData() argument 310 OSCL_UNUSED_ARG(aSourceData); in SetSourceInitializationData()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/ |
D | pvmf_cpmplugin_passthru_oma1.h | 212 OsclAny* aSourceData);
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_node_common.h | 375 virtual bool addSourceData(OsclAny* aSourceData) in addSourceData() argument 377 OSCL_UNUSED_ARG(aSourceData); in addSourceData()
|
/external/opencore/android/drm/oma1/src/ |
D | pvmf_cpmplugin_kmj_oma1.h | 370 OsclAny* aSourceData);
|
/external/opencore/nodes/pvwavffparsernode/src/ |
D | pvmf_wavffparser_node.h | 391 …eInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.h | 427 …eInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.h | 430 …eInitializationData(OSCL_wString& aSourceURL, PVMFFormatType& aSourceFormat, OsclAny* aSourceData);
|