Searched defs:allSoundOff (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiChannel.java99 * @see #allSoundOff
367 * @see #allSoundOff
379 public void allSoundOff(); method in interface:MidiChannel
477 * Unlike {@link #allSoundOff()}, this method
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelAbstractChannelMixer.java42 public void allSoundOff() { method in class:ModelAbstractChannelMixer
H A DSoftChannelProxy.java53 public void allSoundOff() { method in class:SoftChannelProxy
56 channel.allSoundOff();
H A DSoftChannel.java1192 allSoundOff();
1478 public void allSoundOff() { method in class:SoftChannel
1480 current_mixer.allSoundOff();

Completed in 37 milliseconds