Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_session_duration_timer.cpp126 uint32 cancelTime = 0; in Cancel() local
128 iClock.GetCurrentTime32(cancelTime, overflowFlag, PVMF_MEDIA_CLOCK_MSEC, timebase32); in Cancel()
129 iMonitoringIntervalElapsed = (cancelTime - iTimerStartTimeInMS); in Cancel()
182 uint32 cancelTime = 0; in Run() local
185 iClock.GetCurrentTime32(cancelTime, overflowFlag, PVMF_MEDIA_CLOCK_MSEC, timebase32); in Run()
186 iMonitoringIntervalElapsed = (cancelTime - iTimerStartTimeInMS); in Run()