Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp473 iDownloadProgress(NULL), in pvDownloadControl()
571 iDownloadProgress = (DownloadProgressInterface *)aDLSupportObject; in setSupportObject()
1235 iDownloadProgress(NULL), in downloadEventReporter()
1266 iDownloadProgress = (DownloadProgressInterface *)aSupportObject; in setSupportObject()
1313 if (!iStarted || !iDownloadProgress) return; in sendBufferStatusEventBody()
1316 bool status = iDownloadProgress->getNewProgressPercent(aProgessPercent); in sendBufferStatusEventBody()
1363 if (iStarted && iDownloadProgress) in checkBufferInfoEvent()
1380 iDownloadProgress->getNewProgressPercent(aProgessPercent); in checkBufferCompleteEvent()
Dpvmf_protocol_engine_node_download_common.h228 iDownloadProgress == NULL || in isInfoReady()
319 DownloadProgressInterface *iDownloadProgress; variable
575 DownloadProgressInterface *iDownloadProgress; variable
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.h454 iDownloadProgress = NULL; in PVMFDownloadManagerSubNodeContainer()
480 PVInterface* iDownloadProgress; variable
511 return (PVMFDownloadProgressInterface*)iDownloadProgress; in DownloadProgress()
Dpvmf_downloadmanager_node.cpp2293 if (iDownloadProgress) in Cleanup()
2295 iDownloadProgress->removeRef(); in Cleanup()
2296 iDownloadProgress = NULL; in Cleanup()
2705 …mdId = iNode->QueryInterface(iSessionId, PVMF_DOWNLOAD_PROGRESS_INTERFACE_UUID, iDownloadProgress); in IssueCommand()