Searched refs:STATUS_END_SYSEX (Results 1 – 2 of 2) sorted by relevance
41 public static final byte STATUS_END_SYSEX = (byte) 0xF7; field in MidiConstants110 return (command >= STATUS_SYSTEM_EXCLUSIVE && command <= STATUS_END_SYSEX); in cancelsRunningStatus()
111 (msg[offset + count - 1] == MidiConstants.STATUS_END_SYSEX);140 mAccumulationBuffer[mAccumulatedBytes++] = MidiConstants.STATUS_END_SYSEX;