Home
last modified time | relevance | path

Searched defs:timeOutMs (Results 1 – 8 of 8) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCamera2SurfaceViewCtsActivity.java54 public boolean waitForSurfaceSizeChanged(int timeOutMs, int expectWidth, int expectHeight) { in waitForSurfaceSizeChanged()
104 public boolean waitForSurfaceState(int timeOutMs, boolean valid) { in waitForSurfaceState()
DSurfaceViewPreviewTest.java907 int timeOutMs) { in verifyCaptureResults()
/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java226 final int timeOutMs = 10000; in testAudioBufferReturn() local
236 private boolean runCheckAudioBuffer(int inputResourceId, int timeOutMs) { in runCheckAudioBuffer()
283 final int timeOutMs = 5000; in testFlush() local
290 private boolean runFlush(int inputResourceId, int timeOutMs) { in runFlush()
400 int timeOutMs) throws Exception { in playAV()
416 int timeOutMs, in playAV()
DAudioPlaybackCaptureActivity.java111 final long timeOutMs = 125000; in waitForMediaProjection() local
DDecodeAccuracyTestBase.java242 int numOfTotalFrames, long timeOutMs, long msPerFrameCap) { in decodeFramesAndPlay()
725 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable()
778 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
856 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
938 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
DAudioManagerTest.java256 public boolean waitForExpectedAction(long timeOutMs) { in waitForExpectedAction()
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DCapturedActivity.java198 final long timeOutMs = mOnEmbedded ? 125000 : 62500; in runTest() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java351 protected SurfaceTexture getAvailableSurfaceTexture(long timeOutMs, TextureView view) { in getAvailableSurfaceTexture()
404 public boolean waitForPreviewDone(long timeOutMs) { in waitForPreviewDone()