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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java124 ModelConnectionBlock[] cds_channelpressure_connections = null; field in class:SoftChannel
712 && cds_channelpressure_connections == null
784 if (cds_channelpressure_connections != null) {
802 for (int j = 0; j < cds_channelpressure_connections.length; j++)
803 connblocks.add(cds_channelpressure_connections[j]);
963 cds_channelpressure_connections = null;
966 cds_channelpressure_connections

Completed in 33 milliseconds