Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioTrackLatencyTest.java365 int lowLatencyMillis = checkOutputLowLatency(true); in testOutputLowLatency() local
366 log(TEST_NAME, "Low latency = " + lowLatencyMillis + " msec"); in testOutputLowLatency()
370 if (highLatencyMillis <= (lowLatencyMillis + 10)) { in testOutputLowLatency()
373 + " vs " + lowLatencyMillis); in testOutputLowLatency()