Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackLatencyActivity.java177 double[] mTimestampLatencyMS = new double[NUM_TEST_PHASES]; field in AudioLoopbackLatencyActivity.TestSpec
209 java.util.Arrays.fill(mTimestampLatencyMS, 0.0); in startTest()
216 mTimestampLatencyMS[phase] = timestampLatencyMS; in recordPhase()
225 mMeanTimestampLatencyMS = StatUtils.calculateMean(mTimestampLatencyMS); in handleTestCompletion()