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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingSourceDataLine.java61 private int cycling_read_pos = 0; field in class:SoftMixingSourceDataLine
319 cycling_read_pos = 0;
346 int pos = cycling_read_pos;
355 cycling_read_pos = pos;
414 cycling_read_pos = 0;

Completed in 29 milliseconds