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()
28 public static final long NANOS_PER_MILLI = 1000000; field in EventScheduler233 millisToWait = 1 + (nanosToWait / NANOS_PER_MILLI); in waitNextEvent()
91 long millisToWait = 1 + (nanosToWait / EventScheduler.NANOS_PER_MILLI); in waitNextEvent()
52 const uint64_t NANOS_PER_MILLI = 1000000; variable
787 return (Nanotime() - start_time_) / NANOS_PER_MILLI; in getElapsedTimeMs()
442 private static final long NANOS_PER_MILLI = 1_000_000; field in ViewRootImpl6909 delta = System.nanoTime() / NANOS_PER_MILLI - mLastUpdateTimeMillis; in handleMessageImpl()