Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/midi/
H A DMidiConstants.java66 public static int getBytesPerMessage(byte statusByte) { in getBytesPerMessage() argument
69 int statusInt = statusByte & 0xFF; in getBytesPerMessage()