Searched refs:nowMs (Results 1 – 4 of 4) sorted by relevance
105 long nowMs = System.currentTimeMillis(); in onCreate() local106 long startTimeMs = nowMs - nowMs % PROGRAM_LENGTH_MILLIS; in onCreate()
208 long nowMs = System.currentTimeMillis(); in getGpsWeekWithRollover() local209 long elapsedTimeFromGpsEpochMs = nowMs - GPS_EPOCH_AS_UNIX_EPOCH_MS; in getGpsWeekWithRollover()
600 double nowMs = Math.round(nowUs) / 1000.; in logPerformanceResults() local601 msDiff[i] = Math.round((nowMs - lastMs) * 1000) / 1000.; in logPerformanceResults()602 lastMs = nowMs; in logPerformanceResults()
1020 long nowMs = System.currentTimeMillis();1021 if (nowMs >= untilMs) {1025 mRenderLock.wait(untilMs - nowMs);