Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioTrackLatencyTest.java270 private AudioTrack createCustomAudioTrack(boolean lowLatency) { in createCustomAudioTrack() argument
281 if (lowLatency) { in createCustomAudioTrack()
303 private int checkOutputLowLatency(boolean lowLatency) throws Exception { in checkOutputLowLatency() argument
316 AudioTrack track = createCustomAudioTrack(lowLatency); in checkOutputLowLatency()
341 + lowLatency, result); in checkOutputLowLatency()