Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMidiTest.java61 private static final int noteDelay = 300; field in MidiTest
108 handler.postDelayed(cancelMidiOutRunnable, noteDelay * inputRepetitions + timeout); in testMidiOut()
134 handler.postDelayed(requestNoteRunnable, noteDelay); in testMidiIn()
191 last_tSys += noteDelay * 1000;
211 long t = System.nanoTime() + ((long) noteDelay) * 1000000L; in scheduleNotes()
215 … midiInputPort.send(noteMsg, 0, noteMsg.length, t + ((long) noteDelay) * 1000000L * i); in scheduleNotes()