Searched refs:mMeanLatencyMS (Results 1 – 1 of 1) sorted by relevance
179 double mMeanLatencyMS; field in AudioLoopbackLatencyActivity.TestSpec220 mMeanLatencyMS = StatUtils.calculateMean(mLatencyMS); in handleTestCompletion()223 mMeanLatencyMS, mLatencyMS, mLatencyMS.length); in handleTestCompletion()235 return mTestRun && mMeanLatencyMS > 1.0 && mMeanConfidence >= mRequiredConfidence; in isMeasurementValid()253 } else if (mMeanLatencyMS <= LOWEST_REASONABLE_LATENCY_MILLIS) { in getResultString()256 mMeanLatencyMS, LOWEST_REASONABLE_LATENCY_MILLIS); in getResultString()265 mMeanLatencyMS, in getResultString()301 mMeanLatencyMS, in recordTestResults()362 mMeanLatencyMS); in addToJson()787 if (mTestSpecs[route].mMeanLatencyMS < minLatency) { in recordTestResults()[all …]