Home
last modified time | relevance | path

Searched refs:lastTime (Results 1 – 3 of 3) sorted by relevance

/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java301 long lastTime = System.nanoTime(); in fileReadLoop() local
304 sumNanos += System.nanoTime() - lastTime; in fileReadLoop()
324 long lastTime = System.nanoTime(); in fileWriteLoop() local
329 sumNanos += System.nanoTime() - lastTime; in fileWriteLoop()
371 long lastTime = System.nanoTime(); in callLoop() local
375 sumNanos += (nowTime - lastTime); in callLoop()
396 long lastTime = System.nanoTime(); in procLoop() local
403 sumNanos += (nowTime - lastTime); in procLoop()
404 lastTime = nowTime; in procLoop()
457 long lastTime = System.nanoTime(); in serviceLoop() local
[all …]
/packages/apps/Settings/src/com/android/settings/widget/
DChartNetworkSeriesView.java188 long lastTime = mHoriz.convertToValue(lastX); in generatePath() local
221 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()
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
Dholo_spiral.rs71 static float lastTime;
139 lastTime = rsUptimeMillis();
150 float elapsed = (now - lastTime) * 0.001f;
151 lastTime = now;