HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_SYSTEM_EXCLUSIVE (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/com/android/internal/midi/
MidiConstants.java 36 public static final byte STATUS_SYSTEM_EXCLUSIVE = (byte) 0xF0;
104 return (command >= STATUS_NOTE_OFF && command < STATUS_SYSTEM_EXCLUSIVE);
110 return (command >= STATUS_SYSTEM_EXCLUSIVE && command <= STATUS_END_SYSEX);
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiConstants.java 39 public static final byte STATUS_SYSTEM_EXCLUSIVE = (byte) 0xF0;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiConstants.java 39 public static final byte STATUS_SYSTEM_EXCLUSIVE = (byte) 0xF0;
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiConstants.java 39 public static final byte STATUS_SYSTEM_EXCLUSIVE = (byte) 0xF0;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiConstants.java 39 public static final byte STATUS_SYSTEM_EXCLUSIVE = (byte) 0xF0;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiConstants.java 39 public static final byte STATUS_SYSTEM_EXCLUSIVE = (byte) 0xF0;
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothPacketEncoder.java 62 boolean isSysExStart = (status == MidiConstants.STATUS_SYSTEM_EXCLUSIVE);

Completed in 1323 milliseconds