Home
last modified time | relevance | path

Searched defs:timeOutMs (Results 1 – 7 of 7) 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.java892 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()
DDecodeAccuracyTestBase.java245 int numOfTotalFrames, long timeOutMs, long msPerFrameCap) { in decodeFramesAndPlay()
728 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable()
781 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
859 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
941 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
DAudioManagerTest.java233 public boolean waitForMicMuteChanged(long timeOutMs) { in waitForMicMuteChanged()
/cts/tests/tests/view/src/android/view/cts/surfacevalidator/
DCapturedActivity.java176 final long timeOutMs = mOnEmbedded ? 125000 : 25000; in runTest() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java333 protected SurfaceTexture getAvailableSurfaceTexture(long timeOutMs, TextureView view) { in getAvailableSurfaceTexture()
386 public boolean waitForPreviewDone(long timeOutMs) { in waitForPreviewDone()