Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraDeviceTest.java388 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testInvalidCapture()
605 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testPrepare()
627 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in testCreateSessions()
992 waitForDeviceState(STATE_OPENED, CAMERA_OPEN_TIMEOUT_MS); in runCaptureTest()
1183 private void waitForDeviceState(int state, long timeoutMs) { in waitForDeviceState() method in CameraDeviceTest