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.java421 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testInvalidCapture()
660 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testPrepare()
688 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testPrepareForSharedSurfaces()
710 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testCreateSessions()
732 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testCreateCustomSession()
867 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testSessionConfiguration()
901 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testSessionParametersStateLeak()
1071 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testCreateSessionWithParameters()
1602 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in runCaptureTest()
1865 private void waitForDeviceState(int state, long timeoutMs) { in waitForDeviceState() method in CameraDeviceTest