Searched refs:lastTime (Results 1 – 3 of 3) sorted by relevance
301 long lastTime = System.nanoTime(); in fileReadLoop() local304 sumNanos += System.nanoTime() - lastTime; in fileReadLoop()324 long lastTime = System.nanoTime(); in fileWriteLoop() local329 sumNanos += System.nanoTime() - lastTime; in fileWriteLoop()371 long lastTime = System.nanoTime(); in callLoop() local375 sumNanos += (nowTime - lastTime); in callLoop()396 long lastTime = System.nanoTime(); in procLoop() local403 sumNanos += (nowTime - lastTime); in procLoop()404 lastTime = nowTime; in procLoop()457 long lastTime = System.nanoTime(); in serviceLoop() local[all …]
188 long lastTime = mHoriz.convertToValue(lastX); in generatePath() local221 if (lastTime != startTime) { in generatePath()233 lastTime = endTime; in generatePath()237 if (lastTime < mEndTime) { in generatePath()265 entry = mStats.getValues(lastTime - WEEK_IN_MILLIS * 2, lastTime, now, entry); in generatePath()274 final long lastWeekTime = lastTime - WEEK_IN_MILLIS + (futureTime % WEEK_IN_MILLIS); in generatePath()281 lastX = mHoriz.convertToPoint(lastTime + futureTime); in generatePath()
71 static float lastTime;139 lastTime = rsUptimeMillis();150 float elapsed = (now - lastTime) * 0.001f;151 lastTime = now;