Searched defs:DownloadProgress (Results 1 - 3 of 3) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
H A Dpvmf_protocol_engine_node_download_common.h342 ////// DownloadProgress
344 class DownloadProgress : public DownloadProgressInterface class in inherits:DownloadProgressInterface
349 OSCL_IMPORT_REF DownloadProgress();
350 virtual ~DownloadProgress()
H A Dpvmf_protocol_engine_node_download_common.cpp919 ////// DownloadProgress implementation
922 OSCL_EXPORT_REF DownloadProgress::DownloadProgress() : function in class:DownloadProgress
930 OSCL_EXPORT_REF void DownloadProgress::reset()
939 OSCL_EXPORT_REF void DownloadProgress::setSupportObject(OsclAny *aDLSupportObject, DownloadControlSupportObjectType aType)
960 OSCL_EXPORT_REF bool DownloadProgress::update(const bool aDownloadComplete)
980 OSCL_EXPORT_REF bool DownloadProgress::getNewProgressPercent(uint32 &aProgressPercent)
995 OSCL_EXPORT_REF bool DownloadProgress::calculateDownloadPercent(uint32 &aDownloadProgressPercent)
1007 OSCL_EXPORT_REF uint32 DownloadProgress::getClipDuration()
/external/opencore/nodes/pvdownloadmanagernode/src/
H A Dpvmf_downloadmanager_node.h509 PVMFDownloadProgressInterface *DownloadProgress() function in class:PVMFDownloadManagerSubNodeContainer

Completed in 52 milliseconds