Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java409 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testInvalidCapture()
633 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testPrepare()
656 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testPrepareForSharedSurfaces()
682 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testCreateSessions()
704 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testCreateCustomSession()
1184 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in runCaptureTest()
1408 private void waitForDeviceState(int state, long timeoutMs) { in waitForDeviceState() method in CameraDeviceTest