Home
last modified time | relevance | path

Searched defs:timeOutMs (Results 1 – 9 of 9) 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.java885 int timeOutMs) { in verifyCaptureResults()
/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java224 final int timeOutMs = 10000; in testAudioBufferReturn() local
234 private boolean runCheckAudioBuffer(String inputResource, int timeOutMs) { in runCheckAudioBuffer()
281 final int timeOutMs = 5000; in testFlush() local
288 private boolean runFlush(String inputResource, int timeOutMs) { in runFlush()
398 int timeOutMs) throws Exception { in playAV()
414 int timeOutMs, in playAV()
DMediaProjectionActivity.java111 final long timeOutMs = 125000; in waitForMediaProjection() local
DDecodeAccuracyTestBase.java244 int numOfTotalFrames, long timeOutMs, long msPerFrameCap) { in decodeFramesAndPlay()
727 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable()
780 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
858 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
940 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
DAudioManagerTest.java311 public boolean waitForExpectedAction(long timeOutMs) { in waitForExpectedAction()
/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java259 public static SurfaceTexture getAvailableSurfaceTexture(long timeOutMs, TextureView view) { in getAvailableSurfaceTexture()
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DCapturedActivity.java226 final long timeOutMs = mOnEmbedded ? 125000 : 62500; in runTest() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java367 public boolean waitForPreviewDone(long timeOutMs) { in waitForPreviewDone()