Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 14 of 14) sorted by relevance

/external/deqp/execserver/
DxsTestDriver.cpp192 bool TestDriver::pollBuffer (ByteBuffer& messageBuffer, MessageType msgType) in pollBuffer() argument
204 numRead = msgType == MESSAGETYPE_PROCESS_LOG_DATA in pollBuffer()
217 Message::writeHeader(msgType, msgSize, &m_dataMsgTmpBuf[0], MESSAGE_HEADER_SIZE); in pollBuffer()
222 …DBG_PRINT((" wrote %d bytes of %s data\n", msgSize, msgType == MESSAGETYPE_INFO ? "info" : "log")… in pollBuffer()
DxsTestDriver.hpp63 bool pollBuffer (ByteBuffer& messageBuffer, MessageType msgType);
DxsProtocol.cpp94 MessageWriter (MessageType msgType, std::vector<deUint8>& buf) in MessageWriter() argument
101 put<int>(msgType); in MessageWriter()
/external/toybox/toys/pending/
Ddhcp.c1446 uint8_t msgType; in dhcp_main() local
1456 msgType = dhcpc_parsemsg(&result); in dhcp_main()
1457 if (msgType != DHCPNAK && result.ipaddr.s_addr == 0 ) continue; // no ip for me ignore in dhcp_main()
1458 …if (!msgType || !get_option_serverid(state->pdhcp.options, &result)) continue; //no server id igno… in dhcp_main()
1459 if (msgType == DHCPOFFER && server == 0) server = result.serverid.s_addr; // select the server in dhcp_main()
1466 if (msgType == DHCPOFFER) { in dhcp_main()
1478 if (msgType == DHCPACK) { in dhcp_main()
1498 } else if (msgType == DHCPNAK) { in dhcp_main()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java369 int msgType = message.getType().getAsInt(); in getOuterJson() local
375 out.put(OUTER_FIELD_TYPE, msgType); in getOuterJson()
/external/opencv3/modules/videoio/src/
Dcap_gphoto2.cpp208 void message(MsgType msgType, const char * msg,
1167 void DigitalCameraCapture::message(MsgType msgType, const char * msg, in message() argument
1176 char type = (char) msgType; in message()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageBuilder.java436 int msgType = message.getType().getAsInt(); in getOuterXML() local
438 out.append(msgType); in getOuterXML()
/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch1766 - int msgType = is.readUnsignedByte();
1767 + int msgType;
1769 + msgType = is.readUnsignedByte();
4932 int msgType = rfb.readServerMessageType();
4933 + if (viewer.ftpOnly && msgType != RfbProto.rfbFileTransfer) {
4934 + System.out.println("msgType:" + msgType);
4938 switch (msgType) {
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...