Searched refs:pusher (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingMixer.java81 private SoftAudioPusher pusher = null; field in class:SoftMixingMixer
274 if (pusher != null) {
275 pusher_to_be_closed = pusher;
277 pusher = null;
284 // this may result in synchronized conflict between pusher and
450 // pusher = new DataPusher(line, ais);
462 pusher = new SoftAudioPusher(line, ais, controlbuffersize);
464 pusher.start();
H A DSoftSynthesizer.java75 public SoftAudioPusher pusher = null; field in class:SoftSynthesizer.WeakAudioStream
117 if(pusher != null)
122 SoftAudioPusher _pusher = pusher;
138 pusher = null;
216 private SoftAudioPusher pusher = null; field in class:SoftSynthesizer
1096 //pusher = new DataPusher(line, ais);
1110 pusher = new SoftAudioPusher(line, ais, controlbuffersize);
1112 pusher.start();
1116 weakstream.pusher = pusher;
[all...]

Completed in 41 milliseconds