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

  /external/deqp/framework/qphelper/
qpDebugOut.c 31 MESSAGETYPE_INFO = 0,
43 printRaw(MESSAGETYPE_INFO, message);
50 printFmt(MESSAGETYPE_INFO, format, args);
56 printFmt(MESSAGETYPE_INFO, format, args);
84 case MESSAGETYPE_INFO: return ANDROID_LOG_INFO;
  /external/deqp/execserver/
xsTestDriver.cpp 189 return pollBuffer(messageBuffer, MESSAGETYPE_INFO);
222 DBG_PRINT((" wrote %d bytes of %s data\n", msgSize, msgType == MESSAGETYPE_INFO ? "info" : "log"));
xsProtocol.hpp 60 MESSAGETYPE_INFO = 204, //!< Generic info message from ExecServer (for debugging purposes).
xsProtocol.cpp 254 : Message(MESSAGETYPE_INFO)
  /external/deqp/execserver/tools/
xsClient.cpp 128 case MESSAGETYPE_INFO: return new InfoMessage(&messageBuf[0], (int)messageBuf.size());
215 case MESSAGETYPE_INFO:
xsTest.cpp 134 case MESSAGETYPE_INFO: return new InfoMessage(&messageBuf[0], (int)messageBuf.size());
448 else if (msg->type == MESSAGETYPE_KEEPALIVE || msg->type == MESSAGETYPE_INFO)
503 else if (gotProcessStarted && msg->type == MESSAGETYPE_INFO)
574 else if (msg->type == MESSAGETYPE_INFO)
670 else if (msg->type == MESSAGETYPE_INFO)
  /external/deqp/executor/
xeTcpIpLink.cpp 393 case xs::MESSAGETYPE_INFO:

Completed in 177 milliseconds