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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftPerformer.java316 public int[] ctrl_connections; field in class:SoftPerformer
736 this.ctrl_connections = new int[ctrl_connections_list.size()];
738 for (int i = 0; i < this.ctrl_connections.length; i++)
739 this.ctrl_connections[i] = ctrl_connections_list.get(i);

Completed in 80 milliseconds