Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java808 private static enum MachineState { enum in DeqpTestRunner.Recovery
815 private MachineState mState = MachineState.WAIT;
843 mState = MachineState.WAIT; in onExecutionProgressed()
856 mState = MachineState.REBOOT; // the next step is to reboot in recoverConnectionRefused()
869 mState = MachineState.FAIL; // the next step is to fail in recoverConnectionRefused()
896 mState = MachineState.RECOVER; // the next step is to recover the device in recoverComLinkKilled()
916 mState = MachineState.REBOOT; // the next step is to reboot in recoverComLinkKilled()
933 mState = MachineState.FAIL; // the next step is to fail in recoverComLinkKilled()