Searched refs:waitForNewFrame (Results 1 – 2 of 2) sorted by relevance
75 public synchronized void waitForNewFrame() throws InterruptedException { in waitForNewFrame() method in SurfaceTextureHelperTest.MockTextureListener86 public synchronized boolean waitForNewFrame(final long timeoutMs) throws InterruptedException { in waitForNewFrame() method in SurfaceTextureHelperTest.MockTextureListener150 listener.waitForNewFrame(); in testThreeConstantColorFrames()216 listener.waitForNewFrame(); in testLateReturnFrame()259 assertFalse(listener.waitForNewFrame(1)); in testDisconnect()264 listener.waitForNewFrame(); in testDisconnect()275 assertFalse(listener.waitForNewFrame(500)); in testDisconnect()320 listener.waitForNewFrame(); in testFrameOnSeparateThread()356 listener.waitForNewFrame(); in testLateReturnFrameOnSeparateThread()402 listener.waitForNewFrame(); in testTexturetoYUV()
285 listener.waitForNewFrame();