Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackLatencyActivity.java174 double[] mLatencyMS = new double[NUM_TEST_PHASES]; field in AudioLoopbackLatencyActivity.TestSpec
207 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()