Searched refs:ctrl_connections (Results 1 - 2 of 2) 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);
H A DSoftVoice.java658 for (int i = 0; i < performer.ctrl_connections.length; i++)
659 processConnection(performer.ctrl_connections[i]);

Completed in 34 milliseconds