OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATUS_SYSTEM_EXCLUSIVE
(Results
1 - 6
of
6
) sorted by null
/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/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);
Completed in 2534 milliseconds