Searched refs:mLatencyMS (Results 1 – 1 of 1) sorted by relevance
174 double[] mLatencyMS = new double[NUM_TEST_PHASES]; field in AudioLoopbackLatencyActivity.TestSpec207 java.util.Arrays.fill(mLatencyMS, 0.0); in startTest()214 mLatencyMS[phase] = latencyMS; in recordPhase()220 mMeanLatencyMS = StatUtils.calculateMean(mLatencyMS); in handleTestCompletion()223 mMeanLatencyMS, mLatencyMS, mLatencyMS.length); in handleTestCompletion()