Home
last modified time | relevance | path

Searched defs:downloadStatus (Results 1 – 5 of 5) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp251 OSCL_EXPORT_REF bool DownloadContainer::doInfoUpdate(uint32 downloadStatus) in doInfoUpdate()
1339 OSCL_EXPORT_REF bool downloadEventReporter::checkReportEvent(const uint32 downloadStatus) in checkReportEvent()
1348 OSCL_EXPORT_REF bool downloadEventReporter::checkBufferInfoEvent(const uint32 downloadStatus) in checkBufferInfoEvent()
1375 OSCL_EXPORT_REF void downloadEventReporter::checkBufferCompleteEvent(const uint32 downloadStatus) in checkBufferCompleteEvent()
1405 …oid downloadEventReporter::checkUnexpectedDataAndServerDisconnectEvent(const uint32 downloadStatus) in checkUnexpectedDataAndServerDisconnectEvent()
1421 OSCL_EXPORT_REF void downloadEventReporter::checkUnexpectedDataEvent(const uint32 downloadStatus) in checkUnexpectedDataEvent()
1431 OSCL_EXPORT_REF void downloadEventReporter::checkServerDisconnectEvent(const uint32 downloadStatus) in checkServerDisconnectEvent()
1447 OSCL_EXPORT_REF bool downloadEventReporter::checkContentInfoEvent(const uint32 downloadStatus) in checkContentInfoEvent()
1492 OSCL_EXPORT_REF bool downloadEventReporter::checkContentTruncated(const uint32 downloadStatus) in checkContentTruncated()
1516 OSCL_EXPORT_REF int32 downloadEventReporter::isDownloadFileTruncated(const uint32 downloadStatus) in isDownloadFileTruncated()
Dpvmf_protocol_engine_node_download_common.h75 virtual bool isDownloadComplete(const uint32 downloadStatus) const in isDownloadComplete()
552 bool isDownloadComplete(const uint32 downloadStatus) const in isDownloadComplete()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.h151 void checkServerDisconnectEvent(const uint32 downloadStatus) in checkServerDisconnectEvent()
Dpvmf_protocol_engine_node_progressive_streaming.cpp181 OSCL_EXPORT_REF bool ProgressiveStreamingContainer::doInfoUpdate(const uint32 downloadStatus) in doInfoUpdate()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h350 virtual bool doInfoUpdate(const uint32 downloadStatus) in doInfoUpdate()
1209 virtual bool checkReportEvent(const uint32 downloadStatus) in checkReportEvent()
1215 virtual bool checkContentInfoEvent(const uint32 downloadStatus) in checkContentInfoEvent()