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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingMainMixer.java84 private SoftMixingDataLine[] openLines = new SoftMixingDataLine[0]; field in class:SoftMixingMainMixer
95 SoftMixingDataLine[] openLines;
97 openLines = this.openLines;
98 for (int i = 0; i < openLines.length; i++) {
99 openLines[i].processControlLogic();
105 for (int i = 0; i < openLines.length; i++) {
106 openLines[i].processAudioLogic(buffers);
228 openLines = openLinesList
236 openLines
[all...]

Completed in 631 milliseconds