Searched refs:NANOS_PER_MILLI (Results 1 – 6 of 6) sorted by relevance
24 public final static long NANOS_PER_MILLI = 1000000L; field in MidiBtleTimeTracker27 private final static long RANGE_NANOS = RANGE_MILLIS * NANOS_PER_MILLI;30 private long mWindowNanos = mWindowMillis * NANOS_PER_MILLI;67 long minimumTimeMillis = minimumTimeNanos / NANOS_PER_MILLI; in convertTimestampToNanotime()74 long timestampHostNanos = (mPeripheralTimeMillis * NANOS_PER_MILLI) in convertTimestampToNanotime()
29 private static final long NANOS_PER_MILLI = 1000000; field in EventScheduler227 millisToWait = 1 + (nanosToWait / NANOS_PER_MILLI); in waitNextEvent()
52 const uint64_t NANOS_PER_MILLI = 1000000; variable
672 return (Nanotime() - start_time_) / NANOS_PER_MILLI; in getElapsedTimeMs()
165 private static final long NANOS_PER_MILLI = 1000000L; field in LocationManagerService2722 - location.getElapsedRealtimeNanos() / NANOS_PER_MILLI; in getLastLocation()3263 / NANOS_PER_MILLI; in shouldBroadcastSafeLocked()3321 if (timeDiffNanos > LocationFudger.FASTEST_INTERVAL_MS * NANOS_PER_MILLI) { in handleLocationChangedLocked()
103885 Ljava/lang/Daemons;->NANOS_PER_MILLI:I104702 Ljava/lang/Thread;->NANOS_PER_MILLI:I105664 Ljava/nio/file/attribute/FileTime;->NANOS_PER_MILLI:I