Searched refs:maxLag (Results 1 - 4 of 4) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DRemoteClockInfo.java34 * lag behind what micros() reports by at most maxLag.
36 * Immediately after synchronization or an update of the bounds (minLag, maxLag) the following holds
37 * t_remote + minLag < micros() < t_remote + maxLag
46 public int maxLag; field in class:RemoteClockInfo
58 return (minLag + maxLag) / 2;
63 " lagBounds = (" + minLag + ", " + maxLag + ")";
H A DWaltUsbConnection.java147 remoteClock.maxLag = getMaxE();
151 logger.log("Synced clocks, maxE=" + remoteClock.maxLag + "us");
164 remoteClock.maxLag = getMaxE();
H A DWaltDevice.java235 clock.maxLag = (int) clock.micros();
251 clock.minLag, clock.maxLag);
H A DWaltTcpConnection.java213 remoteClock.maxLag = Integer.parseInt(parts[3]);

Completed in 205 milliseconds