Searched refs:SoftAudioPusher (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftAudioPusher.java37 public final class SoftAudioPusher implements Runnable { class in inherits:Runnable
45 public SoftAudioPusher(SourceDataLine sourceDataLine, AudioInputStream ais, method in class:SoftAudioPusher
74 byte[] buffer = SoftAudioPusher.this.buffer;
75 AudioInputStream ais = SoftAudioPusher.this.ais;
76 SourceDataLine sourceDataLine = SoftAudioPusher.this.sourceDataLine;
H A DSoftMixingMixer.java81 private SoftAudioPusher pusher = null;
271 SoftAudioPusher pusher_to_be_closed = null;
462 pusher = new SoftAudioPusher(line, ais, controlbuffersize);
H A DSoftSynthesizer.java75 public SoftAudioPusher pusher = null;
122 SoftAudioPusher _pusher = pusher;
216 private SoftAudioPusher pusher = null;
1110 pusher = new SoftAudioPusher(line, ais, controlbuffersize);
1227 SoftAudioPusher pusher_to_be_closed = null;

Completed in 31 milliseconds