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.java827 private static enum MachineState { enum in DeqpTestRunner.Recovery
834 private MachineState mState = MachineState.WAIT;
862 mState = MachineState.WAIT; in onExecutionProgressed()
875 mState = MachineState.REBOOT; // the next step is to reboot in recoverConnectionRefused()
888 mState = MachineState.FAIL; // the next step is to fail in recoverConnectionRefused()
915 mState = MachineState.RECOVER; // the next step is to recover the device in recoverComLinkKilled()
935 mState = MachineState.REBOOT; // the next step is to reboot in recoverComLinkKilled()
952 mState = MachineState.FAIL; // the next step is to fail in recoverComLinkKilled()