Home
last modified time | relevance | path

Searched refs:mGoodCount (Results 1 – 1 of 1) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DRoundTripLatencyActivity.java63 private int mGoodCount = 0; // number of good measurements field in RoundTripLatencyActivity.LatencyAverager
91 mGoodCount++; in onAnalyserDone()
99 if (mGoodCount < GOOD_RUNS_REQUIRED) { in onAnalyserDone()
120 if (mGoodCount == 0 || mConfidenceSum == 0.0) { in reportAverage()
121 message = "num.iterations = " + mGoodCount + "\n"; in reportAverage()
123 final double mAverageConfidence = mConfidenceSum / mGoodCount; in reportAverage()
131 + "num.iterations = " + mGoodCount + "\n"; in reportAverage()
162 mGoodCount = 0; in start()