Searched refs:currentNanos (Results 1 – 2 of 2) sorted by relevance
418 long currentNanos = elapsedRealtimeNanos();419 long deltaMs = (currentNanos - time.getElapsedRealtimeNanos()) / 1000000L;
435 final long currentNanos = curEvent.getTimeNanos(); in mergeBatchLocked() local436 if (currentNanos > mLastEventNanos) { in mergeBatchLocked()442 if (lastNanos > currentNanos) { in mergeBatchLocked()444 if (DEBUG) Slog.d(TAG, "New event in the overlap: " + currentNanos); in mergeBatchLocked()447 } else if (lastNanos < currentNanos) { in mergeBatchLocked()