Home
last modified time | relevance | path

Searched refs:iSendDownloadCompleteNotification (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp331 iSendDownloadCompleteNotification = false; in requestResumeNotification()
343 iSendDownloadCompleteNotification = false; in clearPerRequest()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp503 iSendDownloadCompleteNotification = false; in clearBody()
692 if (!iProgDownloadSI || iSendDownloadCompleteNotification) return; in sendDownloadCompleteNotification()
697 iSendDownloadCompleteNotification = true; in sendDownloadCompleteNotification()
Dpvmf_protocol_engine_node_download_common.h335 bool iSendDownloadCompleteNotification; variable