HomeSort by relevance Sort by last modified time
    Searched refs:baseTime (Results 1 - 25 of 33) sorted by null

1 2

  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
RemoteClockInfo.java 47 public long baseTime;
54 return microTime() - baseTime;
62 return "Remote clock [us]: current time = " + micros() + " baseTime = " + baseTime +
UsMotionEvent.java 38 public long baseTime;
45 * @param baseTime - base time of the last clock sync.
47 public UsMotionEvent(MotionEvent event, long baseTime) {
48 createTime = RemoteClockInfo.microTime() - baseTime;
49 this.baseTime = baseTime;
51 kernelTime = getEventTimeMicro(event) - baseTime;
57 public UsMotionEvent(MotionEvent event, long baseTime, int pos) {
58 createTime = RemoteClockInfo.microTime() - baseTime;
59 this.baseTime = baseTime
    [all...]