Home
last modified time | relevance | path

Searched refs:maxLatencyMs (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java433 final int maxLatencyMs = 15; // generally < 3 msec on N6 in testEchoLatency() local
434 final long maxLatencyNanos = maxLatencyMs * NANOS_PER_MSEC; in testEchoLatency()
446 final int timeoutMs = (numMessages * maxLatencyMs) + 20; in testEchoLatency()