Home
last modified time | relevance | path

Searched refs:MESSAGETYPE_INFO (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/qphelper/
DqpDebugOut.c33 MESSAGETYPE_INFO = 0, enumerator
45 printRaw(MESSAGETYPE_INFO, message); in qpPrint()
52 printFmt(MESSAGETYPE_INFO, format, args); in qpPrintf()
58 printFmt(MESSAGETYPE_INFO, format, args); in qpPrintv()
86 case MESSAGETYPE_INFO: return ANDROID_LOG_INFO; in getLogPriority()
/external/deqp/execserver/
DxsTestDriver.cpp189 return pollBuffer(messageBuffer, MESSAGETYPE_INFO); in pollInfo()
222 …DBG_PRINT((" wrote %d bytes of %s data\n", msgSize, msgType == MESSAGETYPE_INFO ? "info" : "log")… in pollBuffer()
DxsProtocol.hpp60 MESSAGETYPE_INFO = 204, //!< Generic info message from ExecServer (for debugging purposes). enumerator
DxsProtocol.cpp254 : Message(MESSAGETYPE_INFO) in InfoMessage()
/external/deqp/execserver/tools/
DxsTest.cpp135 case MESSAGETYPE_INFO: return new InfoMessage(&messageBuf[0], (int)messageBuf.size()); in readMessage()
449 else if (msg->type == MESSAGETYPE_KEEPALIVE || msg->type == MESSAGETYPE_INFO) in runClient()
504 else if (gotProcessStarted && msg->type == MESSAGETYPE_INFO) in runClient()
575 else if (msg->type == MESSAGETYPE_INFO) in runClient()
671 else if (msg->type == MESSAGETYPE_INFO) in runClient()
DxsClient.cpp129 case MESSAGETYPE_INFO: return new InfoMessage(&messageBuf[0], (int)messageBuf.size()); in readMessage()
216 case MESSAGETYPE_INFO: in run()
/external/deqp/executor/
DxeTcpIpLink.cpp393 case xs::MESSAGETYPE_INFO: in handleMessage()