Searched refs:NANOS_PER_MILLI (Results 1 – 3 of 3) 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()