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.java862 final int PREPARE_TIMEOUT_MS = 10000; in prepareTestByCamera() local
881 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera()
888 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestByCamera()
909 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera()
983 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera()
1000 final int PREPARE_TIMEOUT_MS = 10000; in prepareTestForSharedSurfacesByCamera() local
1026 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestForSharedSurfacesByCamera()
1028 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestForSharedSurfacesByCamera()
1034 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestForSharedSurfacesByCamera()
1036 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestForSharedSurfacesByCamera()
[all …]
DSurfaceViewPreviewTest.java63 private static final int PREPARE_TIMEOUT_MS = 10000; // 10 s field in SurfaceViewPreviewTest
261 timeout(PREPARE_TIMEOUT_MS).times(1)). in preparePerformanceTestByCamera()
857 timeout(PREPARE_TIMEOUT_MS).times(1)). in surfaceSetTestByCamera()
862 timeout(PREPARE_TIMEOUT_MS).times(1)). in surfaceSetTestByCamera()
DBurstCaptureRawTest.java669 final int PREPARE_TIMEOUT_MS = 10000; in performTestRoutine() local
708 mSession, mReaderSurface, PREPARE_TIMEOUT_MS); in performTestRoutine()