Searched refs:iExpectedEstimatedServClockValAtSessionEnd (Results 1 – 2 of 2) sorted by relevance
42 iExpectedEstimatedServClockValAtSessionEnd(0) in PvmfJBSessionDurationTimer()75 iExpectedEstimatedServClockValAtSessionEnd = iEstimatedServClockValAtLastCancel; in Start()77 currEstServClk32 = iExpectedEstimatedServClockValAtSessionEnd; in Start()81 iExpectedEstimatedServClockValAtSessionEnd += remainingSessionDuration32; in Start()83 …art - ExpectedEstimatedServClockValAtSessionEnd = %d", iExpectedEstimatedServClockValAtSessionEnd)… in Start()113 iExpectedEstimatedServClockValAtSessionEnd = 0; in Stop()157 …matedServerClockUpdated - ExpectedEstServClock = %2d", iExpectedEstimatedServClockValAtSessionEnd)… in EstimatedServerClockUpdated()158 if (estServClock >= iExpectedEstimatedServClockValAtSessionEnd) in EstimatedServerClockUpdated()
94 return iExpectedEstimatedServClockValAtSessionEnd; in GetExpectedEstimatedServClockValAtSessionEnd()151 uint32 iExpectedEstimatedServClockValAtSessionEnd; variable