Home
last modified time | relevance | path

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

/external/deqp/execserver/tools/
DxsTest.cpp121 case MESSAGETYPE_KEEPALIVE: return new KeepAliveMessage(); in readMessage()
399 else if (msg->type == MESSAGETYPE_KEEPALIVE) in runClient()
449 else if (msg->type == MESSAGETYPE_KEEPALIVE || msg->type == MESSAGETYPE_INFO) in runClient()
511 else if (msg->type == MESSAGETYPE_KEEPALIVE) in runClient()
573 else if (msg->type == MESSAGETYPE_KEEPALIVE) in runClient()
665 else if (msg->type == MESSAGETYPE_KEEPALIVE) in runClient()
759 if (msg->type != MESSAGETYPE_KEEPALIVE) in runClient()
789 if (msg->type != MESSAGETYPE_KEEPALIVE) in runClient()
DxsClient.cpp115 case MESSAGETYPE_KEEPALIVE: return new KeepAliveMessage(); in readMessage()
207 case MESSAGETYPE_KEEPALIVE: in run()
/external/deqp/execserver/
DxsProtocol.hpp62 MESSAGETYPE_KEEPALIVE = 102 //!< Keep-alive packet enumerator
101 typedef SimpleMessage<MESSAGETYPE_KEEPALIVE> KeepAliveMessage;
DxsExecutionServer.cpp280 case MESSAGETYPE_KEEPALIVE: in processMessage()
/external/deqp/executor/
DxeTcpIpLink.cpp49 writeMessageHeader(dst, xs::MESSAGETYPE_KEEPALIVE, xs::MESSAGE_HEADER_SIZE); in writeKeepalive()
366 case xs::MESSAGETYPE_KEEPALIVE: in handleMessage()