| D | RoundTripLatencyActivity.java | 5 * you may not use this file except in compliance with the License. 8 * http://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 35 private static final int STATE_GOT_DATA = 2; // Defined in LatencyAnalyzer.h 48 private int mBufferBursts = -1; 75 cancel(); in onAnalyserDone() 148 public void cancel() { in cancel() method in RoundTripLatencyActivity.LatencyAverager 206 int progress = getAnalyzerProgress(); in getProgressText() local 209 String message = String.format("progress = %d, state = %d, #resets = %d\n", in getProgressText() 210 progress, state, resetCount); in getProgressText() [all …]
|