Home
last modified time | relevance | path

Searched refs:PREPARE_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1269 final int PREPARE_TIMEOUT_MS = 10000; in prepareTestByCamera() local
1294 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera()
1301 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestByCamera()
1322 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera()
1396 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera()
1416 final int PREPARE_TIMEOUT_MS = 10000; in prepareTestForSharedSurfacesByCamera() local
1442 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestForSharedSurfacesByCamera()
1444 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestForSharedSurfacesByCamera()
1450 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestForSharedSurfacesByCamera()
1452 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestForSharedSurfacesByCamera()
[all …]
DSurfaceViewPreviewTest.java68 private static final int PREPARE_TIMEOUT_MS = 10000; // 10 s field in SurfaceViewPreviewTest
274 timeout(PREPARE_TIMEOUT_MS).times(1)). in preparePerformanceTestByCamera()
880 timeout(PREPARE_TIMEOUT_MS).times(1)). in surfaceSetTestByCamera()
885 timeout(PREPARE_TIMEOUT_MS).times(1)). in surfaceSetTestByCamera()
DBurstCaptureRawTest.java677 final int PREPARE_TIMEOUT_MS = 10000; in performTestRoutine() local
715 mSession, mReaderSurface, PREPARE_TIMEOUT_MS); in performTestRoutine()