Home
last modified time | relevance | path

Searched refs:isDownloadComplete (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp151 …EXPORT_REF void ProgressiveStreamingContainer::updateDownloadControl(const bool isDownloadComplete) in updateDownloadControl() argument
153 bool downloadComplete = isDownloadComplete; in updateDownloadControl()
170 iDownloadProgess->update(isDownloadComplete); in updateDownloadControl()
Dpvmf_protocol_engine_node_progressive_streaming.h50 OSCL_IMPORT_REF void updateDownloadControl(const bool isDownloadComplete = false);
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp258 updateDownloadControl(isDownloadComplete(downloadStatus)); in doInfoUpdate()
265 OSCL_EXPORT_REF void DownloadContainer::updateDownloadControl(const bool isDownloadComplete) in updateDownloadControl() argument
268 if (iDownloadControl->checkResumeNotification(isDownloadComplete) == 1) in updateDownloadControl()
275 iDownloadProgess->update(isDownloadComplete); in updateDownloadControl()
1355 if (!isDownloadComplete(downloadStatus)) in checkBufferInfoEvent()
1377 if (!iSendBufferCompleteInfoEvent && isDownloadComplete(downloadStatus)) in checkBufferCompleteEvent()
1407 if (!iSendBufferCompleteInfoEvent && isDownloadComplete(downloadStatus)) in checkUnexpectedDataAndServerDisconnectEvent()
1523 if (isDownloadComplete(downloadStatus)) in isDownloadFileTruncated()
Dpvmf_protocol_engine_node_download_common.h74 OSCL_IMPORT_REF virtual void updateDownloadControl(const bool isDownloadComplete = false);
75 virtual bool isDownloadComplete(const uint32 downloadStatus) const in isDownloadComplete() function
552 bool isDownloadComplete(const uint32 downloadStatus) const in isDownloadComplete() function