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

  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.cpp 42 iDownloadControl = OSCL_NEW(progressiveStreamingControl, ());
49 if (!iProtocol || !iNodeOutput || !iDownloadControl ||
128 iDownloadControl->setPrevDownloadSize(newOffset);
132 iDownloadControl->clearPerRequest();
162 if (iDownloadControl->checkResumeNotification(downloadComplete) == 1)
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_node_common.cpp 54 iDownloadControl = NULL;
79 return (OsclAny*)iDownloadControl;
270 if (iDownloadControl) iDownloadControl->clear();
279 if (iDownloadControl) iDownloadControl->clear();
367 if (iDownloadControl) OSCL_DELETE(iDownloadControl);
368 iDownloadControl = NULL;
pvmf_protocol_engine_node_common.h 534 DownloadControlInterface *iDownloadControl;
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.cpp 43 iDownloadControl(NULL),
    [all...]
pvmf_protocol_engine_node.h 445 DownloadControlInterface *iDownloadControl;
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.cpp 44 iDownloadControl = OSCL_NEW(progressiveDownloadControl, ());
51 if (!iProtocol || !iNodeOutput || !iDownloadControl ||
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.cpp 67 iDownloadControl->checkResumeNotification();
193 iDownloadControl->setPrevDownloadSize(iProtocol->getDownloadSize());
241 iDownloadControl->setSupportObject((OsclAny*)iProtocol, DownloadControlSupportObjectType_ProtocolEngine);
242 iDownloadControl->setSupportObject((OsclAny*)iDownloadProgess, DownloadControlSupportObjectType_DownloadProgress);
243 iDownloadControl->setSupportObject((OsclAny*)iNodeOutput, DownloadControlSupportObjectType_OutputObject);
244 iDownloadControl->setSupportObject((OsclAny*)iCfgFileContainer, DownloadControlSupportObjectType_ConfigFileContainer);
268 if (iDownloadControl->checkResumeNotification(isDownloadComplete) == 1)
    [all...]

Completed in 916 milliseconds