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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java125 ModelConnectionBlock[] cds_polypressure_connections = null; field in class:SoftChannel
713 && cds_polypressure_connections == null) {
760 if (cds_polypressure_connections != null) {
779 for (int j = 0; j < cds_polypressure_connections.length; j++)
780 connblocks.add(cds_polypressure_connections[j]);
951 cds_polypressure_connections = null;
954 cds_polypressure_connections

Completed in 34 milliseconds