Home
last modified time | relevance | path

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

/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionManagerTest.java131 final long timeOutMs = 5000L * HW_TIMEOUT_MULTIPLIER; in testGetMediaProjectionWithOtherFgs() local
179 final long timeOutMs = 5000L * HW_TIMEOUT_MULTIPLIER; in testGetMediaProjectionWithOtherFgsAlter() local
224 final long timeOutMs = 5000L * HW_TIMEOUT_MULTIPLIER; in testGetMediaProjectionMultipleProjections() local
/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.java873 int timeOutMs) { in verifyCaptureResults()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioVolumeGroupCallbackHelper.java57 public boolean waitForExpectedVolumeGroupChanged(long timeOutMs) { in waitForExpectedVolumeGroupChanged()
DAudioManagerTest.java471 public boolean waitForExpectedEvent(long timeOutMs) { in waitForExpectedEvent()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaSyncTest.java225 final int timeOutMs = 10000; in testAudioBufferReturn() local
235 private boolean runCheckAudioBuffer(String inputResource, int timeOutMs) { in runCheckAudioBuffer()
282 final int timeOutMs = 5000; in testFlush() local
289 private boolean runFlush(String inputResource, int timeOutMs) { in runFlush()
399 int timeOutMs) throws Exception { in playAV()
415 int timeOutMs, in playAV()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaProjectionActivity.java146 final long timeOutMs = 10000; in waitForMediaProjection() local
/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java270 public static SurfaceTexture getAvailableSurfaceTexture(long timeOutMs, TextureView view) { in getAvailableSurfaceTexture()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java247 int numOfTotalFrames, long timeOutMs, long msPerFrameCap) { in decodeFramesAndPlay()
730 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable()
783 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
861 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
943 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java383 public boolean waitForPreviewDone(long timeOutMs) { in waitForPreviewDone()