Searched refs:MESSAGETYPE_INFO (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/qphelper/ |
D | qpDebugOut.c | 33 MESSAGETYPE_INFO = 0, enumerator 46 printRaw(MESSAGETYPE_INFO, message); in qpPrint() 53 printFmt(MESSAGETYPE_INFO, format, args); in qpPrintf() 67 printFmt(MESSAGETYPE_INFO, format, args); in qpPrintv() 100 case MESSAGETYPE_INFO: return ANDROID_LOG_INFO; in getLogPriority()
|
/external/deqp/execserver/ |
D | xsTestDriver.cpp | 189 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()
|
D | xsProtocol.hpp | 60 MESSAGETYPE_INFO = 204, //!< Generic info message from ExecServer (for debugging purposes). enumerator
|
D | xsProtocol.cpp | 254 : Message(MESSAGETYPE_INFO) in InfoMessage()
|
/external/deqp/execserver/tools/ |
D | xsTest.cpp | 135 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()
|
D | xsClient.cpp | 129 case MESSAGETYPE_INFO: return new InfoMessage(&messageBuf[0], (int)messageBuf.size()); in readMessage() 216 case MESSAGETYPE_INFO: in run()
|
/external/deqp/executor/ |
D | xeTcpIpLink.cpp | 393 case xs::MESSAGETYPE_INFO: in handleMessage()
|