Searched refs:NANOS_PER_MSEC (Results 1 – 2 of 2) sorted by relevance
48 private static final long NANOS_PER_MSEC = 1000L * 1000L; field in NativeMidiEchoTest395 final long maxLatencyNanos = 15 * NANOS_PER_MSEC; // generally < 3 msec on N6 in test_G_NativeEchoTime()458 final long maxLatencyNanos = 15 * NANOS_PER_MSEC; // generally < 3 msec on N6 in test_I_NativeEchoTime_PureNative()
56 private static final long NANOS_PER_MSEC = 1000L * 1000L; field in MidiEchoTest434 final long maxLatencyNanos = maxLatencyMs * NANOS_PER_MSEC; in testEchoLatency()