Searched refs:waitForSessionState (Results 1 – 1 of 1) sorted by relevance
1072 waitForSessionState(SESSION_ACTIVE, SESSION_ACTIVE_TIMEOUT_MS); in captureSingleShot()1084 waitForSessionState(SESSION_READY, SESSION_READY_TIMEOUT_MS); in captureSingleShot()1128 waitForSessionState(SESSION_ACTIVE, SESSION_READY_TIMEOUT_MS); in captureBurstShot()1144 waitForSessionState(SESSION_READY, SESSION_READY_TIMEOUT_MS); in captureBurstShot()1179 waitForSessionState(SESSION_CONFIGURED, SESSION_CONFIGURE_TIMEOUT_MS); in prepareCapture()1180 waitForSessionState(SESSION_READY, SESSION_READY_TIMEOUT_MS); in prepareCapture()1188 private void waitForSessionState(int state, long timeoutMs) { in waitForSessionState() method in CameraDeviceTest1706 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()