Home
last modified time | relevance | path

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

/external/deqp/execserver/tools/
DxsTest.cpp120 case MESSAGETYPE_KEEPALIVE: return new KeepAliveMessage(); in readMessage()
398 else if (msg->type == MESSAGETYPE_KEEPALIVE) in runClient()
448 else if (msg->type == MESSAGETYPE_KEEPALIVE || msg->type == MESSAGETYPE_INFO) in runClient()
510 else if (msg->type == MESSAGETYPE_KEEPALIVE) in runClient()
572 else if (msg->type == MESSAGETYPE_KEEPALIVE) in runClient()
664 else if (msg->type == MESSAGETYPE_KEEPALIVE) in runClient()
758 if (msg->type != MESSAGETYPE_KEEPALIVE) in runClient()
788 if (msg->type != MESSAGETYPE_KEEPALIVE) in runClient()
DxsClient.cpp114 case MESSAGETYPE_KEEPALIVE: return new KeepAliveMessage(); in readMessage()
206 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()