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.java824 private static enum MachineState { enum in DeqpTestRunner.Recovery
831 private MachineState mState = MachineState.WAIT;
859 mState = MachineState.WAIT; in onExecutionProgressed()
872 mState = MachineState.REBOOT; // the next step is to reboot in recoverConnectionRefused()
885 mState = MachineState.FAIL; // the next step is to fail in recoverConnectionRefused()
912 mState = MachineState.RECOVER; // the next step is to recover the device in recoverComLinkKilled()
932 mState = MachineState.REBOOT; // the next step is to reboot in recoverComLinkKilled()
949 mState = MachineState.FAIL; // the next step is to fail in recoverComLinkKilled()