Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp775 TimeValue deltaTimeVal = currentTime - iStartTime; in getDownloadRate() local
776 int32 deltaMilliSec0 = deltaTimeVal.to_msec(); in getDownloadRate()
809 TimeValue deltaTimeVal = currentTime - iStartTime; in getDownloadTimeForEstimation() local
810 return (uint32)deltaTimeVal.to_msec(); in getDownloadTimeForEstimation()