Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAudioTest.java55 private int msToRecord = 1000; field in AudioTest
162 int framesToRecord = (int) (0.001 * msToRecord * frameRate); in beginRecordingMeasurement()
190 handler.postDelayed(requestBeepRunnable, msToRecord / 2); in doRecordingTestRepetition()
196 handler.postDelayed(stopBeepRunnable, msToRecord); in doRecordingTestRepetition()
339 … handler.postDelayed(processRecordingRunnable, (long) (msToRecord * 2 + Math.random() * 100 - 50));