HomeSort by relevance Sort by last modified time
    Searched refs:COMMLINKSTATE_ERROR (Results 1 - 6 of 6) sorted by null

  /external/deqp/executor/
xeCommLink.cpp 38 case COMMLINKSTATE_ERROR: return "COMMLINKSTATE_ERROR";
xeCommLink.hpp 40 COMMLINKSTATE_ERROR, //!< Other error occurred: Allowed commands: reset
xeLocalTcpIpLink.cpp 140 return COMMLINKSTATE_ERROR;
150 return COMMLINKSTATE_ERROR;
xeTcpIpLink.cpp 247 m_state.setState(COMMLINKSTATE_ERROR, e.what());
346 m_state.setState(COMMLINKSTATE_ERROR, e.what());
415 : m_state (COMMLINKSTATE_ERROR, "Not connected")
461 XE_CHECK(m_state.getState() == COMMLINKSTATE_ERROR);
482 m_state.setState(COMMLINKSTATE_ERROR, e.what());
492 m_state.setState(COMMLINKSTATE_ERROR, "Not connected");
496 m_state.setState(COMMLINKSTATE_ERROR, e.what());
521 link->m_state.setState(COMMLINKSTATE_ERROR, "Keepalive timeout");
559 XE_CHECK(m_state.getState() != COMMLINKSTATE_ERROR);
xeBatchExecutor.cpp 185 if (commState == COMMLINKSTATE_ERROR)
277 case COMMLINKSTATE_ERROR:
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 657 if (commLink->getState(err) == xe::COMMLINKSTATE_ERROR)

Completed in 123 milliseconds