Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackLatencyActivity.java853 double timestampLatency = mNativeAnalyzerThread.getTimestampLatencyMillis(); in handleTestPhaseCompletion() local
855 testSpec.recordPhase(mTestPhase, latency, confidence, timestampLatency); in handleTestPhaseCompletion()
860 mTestPhase, latency, confidence, timestampLatency); in handleTestPhaseCompletion()
1069 double timestampLatency) { in checkTimestampLatencyAccuracy() argument
1070 return (timestampLatency < 0.0) || (measuredLatency == LATENCY_NOT_MEASURED) in checkTimestampLatencyAccuracy()
1071 || (Math.abs(measuredLatency - timestampLatency) <= TIMESTAMP_ACCURACY_MS); in checkTimestampLatencyAccuracy()