Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiConstants.java68 public static int getBytesPerMessage(byte statusByte) { in getBytesPerMessage() argument
71 int statusInt = statusByte & 0xFF; in getBytesPerMessage()