Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp67 iDownloadControl->checkResumeNotification(); in doPreStart()
268 if (iDownloadControl->checkResumeNotification(isDownloadComplete) == 1) in updateDownloadControl()
552 if (iDownloadComplete) checkResumeNotification(iDownloadComplete); in setSupportObject()
598 OSCL_EXPORT_REF int32 pvDownloadControl::checkResumeNotification(const bool aDownloadComplete) in checkResumeNotification() function in pvDownloadControl
Dpvmf_protocol_engine_node_download_common.h179 OSCL_IMPORT_REF virtual int32 checkResumeNotification(const bool aDownloadComplete = true);
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp162 if (iDownloadControl->checkResumeNotification(downloadComplete) == 1) in updateDownloadControl()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2662 iDownloadControl->checkResumeNotification(false); in NotifyContentTooLarge()
3367 iNode->iDownloadControl->checkResumeNotification(); in handle()
3418 …if (iNode->iDownloadControl->checkResumeNotification(false) == 1) // false means download is not… in handle()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h1122 virtual int32 checkResumeNotification(const bool aDownloadComplete = true) = 0;