Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_node_progressive_download.h92 OSCL_IMPORT_REF bool approveAutoResumeDecisionShortCut(const uint32 aCurrDownloadSize,
Dpvmf_protocol_engine_node_progressive_download.cpp206 OSCL_EXPORT_REF bool progressiveDownloadControl::approveAutoResumeDecisionShortCut(const uint32 aCu… in approveAutoResumeDecisionShortCut() function in progressiveDownloadControl
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.h246 virtual bool approveAutoResumeDecisionShortCut(const uint32 aCurrDownloadSize, in approveAutoResumeDecisionShortCut() function
Dpvmf_protocol_engine_node_download_common.cpp794 …if (approveAutoResumeDecisionShortCut(aFileSize - aRemainingDownloadSize, newDurationMsec, playbac… in checkAutoResumeAlgoWithConstraint()