Home
last modified time | relevance | path

Searched refs:ProgressiveDownloadContainer (Results 1 – 5 of 5) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_node_progressive_download.cpp30 OSCL_EXPORT_REF ProgressiveDownloadContainer::ProgressiveDownloadContainer(PVMFProtocolEngineNode *… in ProgressiveDownloadContainer() function in ProgressiveDownloadContainer
38 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::createProtocolObjects() in createProtocolObjects()
59 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::needSocketReconnect() in needSocketReconnect()
68 OSCL_EXPORT_REF PVMFStatus ProgressiveDownloadContainer::initImpl() in initImpl()
90 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::initProtocol_SetConfigInfo() in initProtocol_SetConfigInfo()
Dpvmf_protocol_engine_node_progressive_download.h32 class ProgressiveDownloadContainer : public DownloadContainer
54 OSCL_IMPORT_REF ProgressiveDownloadContainer(PVMFProtocolEngineNode *aNode = NULL);
Dpvmf_protocol_engine_node_progressive_download_container_factory.cpp28 return OSCL_NEW(ProgressiveDownloadContainer, (aNode)); in Create()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.h30 class ProgressiveStreamingContainer : public ProgressiveDownloadContainer
Dpvmf_protocol_engine_node_progressive_streaming.cpp31 ProgressiveDownloadContainer(aNode), iEnableInfoUpdate(true) in ProgressiveStreamingContainer()