Searched refs:mTimestampLatencyMS (Results 1 – 1 of 1) sorted by relevance
177 double[] mTimestampLatencyMS = new double[NUM_TEST_PHASES]; field in AudioLoopbackLatencyActivity.TestSpec209 java.util.Arrays.fill(mTimestampLatencyMS, 0.0); in startTest()216 mTimestampLatencyMS[phase] = timestampLatencyMS; in recordPhase()225 mMeanTimestampLatencyMS = StatUtils.calculateMean(mTimestampLatencyMS); in handleTestCompletion()