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.java263 private AudioTrack createCustomAudioTrack(boolean lowLatency) { in createCustomAudioTrack() argument
274 if (lowLatency) { in createCustomAudioTrack()
296 private int checkOutputLowLatency(boolean lowLatency) throws Exception { in checkOutputLowLatency() argument
309 AudioTrack track = createCustomAudioTrack(lowLatency); in checkOutputLowLatency()
334 + lowLatency, result); in checkOutputLowLatency()