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

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftMixingMixer.java82 private SoftAudioPusher pusher = null; field in class:SoftMixingMixer
290 if (pusher != null) {
291 pusher_to_be_closed = pusher;
293 pusher = null;
300 // this may result in synchronized conflict between pusher and
472 // pusher = new DataPusher(line, ais);
484 pusher = new SoftAudioPusher(line, ais, controlbuffersize);
486 pusher.start();
H A DSoftSynthesizer.java76 public SoftAudioPusher pusher = null; field in class:SoftSynthesizer.WeakAudioStream
121 if(pusher != null)
126 SoftAudioPusher _pusher = pusher;
143 pusher = null;
222 private SoftAudioPusher pusher = null; field in class:SoftSynthesizer
1150 //pusher = new DataPusher(line, ais);
1164 pusher = new SoftAudioPusher(line, ais, controlbuffersize);
1166 pusher.start();
1170 weakstream.pusher = pusher;
[all...]
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DHttp1Response.java131 final jdk.incubator.http.HttpResponse.BodyProcessor<T> pusher = p;
146 connection, clen, headers, pusher,
H A DResponseContent.java42 final HttpResponse.BodyProcessor<?> pusher; field in class:ResponseContent
63 this.pusher = (HttpResponse.BodyProcessor)userProcessor;
102 * Entry point for pusher. b is an initial ByteBuffer that may
/openjdk10/jdk/src/java.base/share/classes/java/util/stream/
H A DStreamSpliterators.java97 BooleanSupplier pusher; field in class:StreamSpliterators.AbstractWrappingSpliterator
182 * Initializes buffer, sink chain, and pusher for a shape-specific
206 if (bufferSink.cancellationRequested() || !pusher.getAsBoolean()) {
294 pusher = () -> spliterator.tryAdvance(bufferSink);
347 pusher = () -> spliterator.tryAdvance(bufferSink);
405 pusher = () -> spliterator.tryAdvance(bufferSink);
463 pusher = () -> spliterator.tryAdvance(bufferSink);

Completed in 68 milliseconds