Searched refs:PREPARE_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | SurfaceViewPreviewTest.java | 69 private static final int PREPARE_TIMEOUT_MS = 10000; // 10 s field in SurfaceViewPreviewTest 278 timeout(PREPARE_TIMEOUT_MS).times(1)). in preparePerformanceTestByCamera() 840 timeout(PREPARE_TIMEOUT_MS).times(1)). in surfaceSetTestByCamera() 845 timeout(PREPARE_TIMEOUT_MS).times(1)). in surfaceSetTestByCamera()
|
D | CameraDeviceTest.java | 1301 final int PREPARE_TIMEOUT_MS = 10000; in prepareTestByCamera() local 1326 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera() 1333 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestByCamera() 1354 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera() 1428 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestByCamera() 1448 final int PREPARE_TIMEOUT_MS = 10000; in prepareTestForSharedSurfacesByCamera() local 1474 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestForSharedSurfacesByCamera() 1476 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(1)) in prepareTestForSharedSurfacesByCamera() 1482 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestForSharedSurfacesByCamera() 1484 verify(mSessionMockListener, timeout(PREPARE_TIMEOUT_MS).times(2)) in prepareTestForSharedSurfacesByCamera() [all …]
|
D | BurstCaptureRawTest.java | 680 final int PREPARE_TIMEOUT_MS = 10000; in performTestRoutine() local 718 mSession, mReaderSurface, PREPARE_TIMEOUT_MS); in performTestRoutine()
|