Searched refs:sleepTimeMs (Results 1 – 3 of 3) sorted by relevance
339 int sleepTimeMs = 1000 + mRandom.nextInt(5000); in createSessionOutputBuffer() local340 Thread.sleep(sleepTimeMs); in createSessionOutputBuffer()
1450 int sleepTimeMs; in recordFromSurface() local1453 sleepTimeMs = 1000 / captureRate; in recordFromSurface()1455 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()1485 Thread.sleep(sleepTimeMs); in recordFromSurface()1499 Thread.sleep(sleepTimeMs); in recordFromSurface()
1103 final long sleepTimeMs = 500; in waitUntil() local1109 Thread.sleep(sleepTimeMs); in waitUntil()1111 fail("Condition wasn't satisfied after " + (sleepTimeMs * count) + "ms"); in waitUntil()