Searched refs:previousPushTimestamp (Results 1 – 1 of 1) sorted by relevance
101 previousPushTimestamp = null; in TryStopPusher()108 if(!previousPushTimestamp.HasValue) in PushSamples()110 previousPushTimestamp = currentTimestamp; in PushSamples()114 var timeDiff = currentTimestamp - previousPushTimestamp.Value; in PushSamples()115 previousPushTimestamp = currentTimestamp; in PushSamples()133 private TimeInterval? previousPushTimestamp; field in Antmicro.Renode.Peripherals.Sound.LiteX_I2S_Slave