/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 54 /* New (1.3) state mechanism. 3 commands (packet, scalar, vector) in 62 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon17064 530 int id = (int)header.packet.packet_id; 531 int sz = packet[id].len; 536 fprintf(stderr, "Packet overflows cmdbuf\n"); 540 if (!packet[id].name) { 541 fprintf(stderr, "*** Unknown packet 0 nr %d\n", id ); 547 fprintf(stderr, "Packet 0 reg %s nr %d\n", packet[id].name, sz ); 550 struct reg *reg = lookup_reg( regs, packet[id].start + i*4 ) [all...] |
/external/mtpd/ |
pptp.c | 84 static struct packet { struct
|
l2tp.c | 116 static struct packet { struct 212 /* Check if the packet is duplicated and send ACK if necessary. */ 225 * this packet if it is their next one and they received our last one. */
|
/external/tremolo/Tremolo/ |
ogg.h | 126 packet in the logical bitstream */ 151 ogg_reference *packet; member in struct:__anon19076
|
/frameworks/base/core/java/android/net/ |
DnsPinger.java | 43 * Performs a simple DNS "ping" by sending a "server status" query packet to the 79 * Async response packet for dns pings. 84 /** An error code for a {@link #DNS_PING_RESULT} packet */ 86 /** An error code for a {@link #DNS_PING_RESULT} packet */ 166 DatagramPacket packet = new DatagramPacket(buf, local 174 newActivePing.socket.send(packet); 193 // Check that ID field matches (we're throwing out the rest of the packet) 200 log("response ID didn't match, ignoring packet"); 281 log("Responding to packet " + internalId +
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraMem.cpp | 1229 struct encoder_media_buffer_type * packet = local 1284 struct encoder_media_buffer_type * packet = local 1367 struct encoder_media_buffer_type * packet = local [all...] |
QCameraStream.cpp | 1041 struct encoder_media_buffer_type * packet = local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera.c | 1751 cam_sock_packet_t packet; local 1785 cam_sock_packet_t packet; local [all...] |
/system/bt/btif/src/ |
btif_pan.c | 444 char packet[TAP_MAX_PKT_WRITE_LEN + sizeof(tETH_HDR)]; local 445 memcpy(packet, ð_hdr, sizeof(tETH_HDR)); 448 LOG_ERROR("btpan_tap_send eth packet size:%d is exceeded limit!", len); 451 memcpy(packet + sizeof(tETH_HDR), buf, len); 454 int ret = write(tap_fd, packet, len + sizeof(tETH_HDR)); 673 BTIF_TRACE_WARNING("%s unable to allocate buffer for packet.", __func__); 679 UINT8 *packet = (UINT8 *)buffer + sizeof(BT_HDR) + buffer->offset; local 681 // If we don't have an undelivered packet left over, pull one from the TAP driver. 705 memcpy(packet, btpan_cb.congest_packet, MIN(btpan_cb.congest_packet_size, buffer->len)); 708 if (buffer->len > sizeof(tETH_HDR) && should_forward((tETH_HDR *)packet)) { [all...] |
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera.c | 1869 cam_sock_packet_t packet; local 1886 cam_sock_packet_t packet; local [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPTestCase.java | 33 import org.apache.harmony.jpda.tests.framework.jdwp.Packet; 215 * @return reply packet 237 CommandPacket packet = new CommandPacket( local 240 packet.setNextValueAsClassID(classID); 241 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); 282 CommandPacket packet = new CommandPacket( local 285 packet.setNextValueAsString(signature); 286 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); 311 CommandPacket packet = new CommandPacket( local 314 packet.setNextValueAsString(signature) 337 CommandPacket packet = new CommandPacket( local 354 CommandPacket packet = new CommandPacket( local 372 CommandPacket packet = new CommandPacket( local 817 CommandPacket packet = new CommandPacket( local 852 CommandPacket packet = new CommandPacket( local [all...] |
/external/deqp/modules/gles2/functional/ |
es2fPolygonOffsetTests.cpp | 230 rr::VertexPacket& packet = *packets[packetNdx]; local 233 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx); 236 packet.outputs[VARYINGLOC_COLOR] = rr::readVertexAttribFloat(inputs[colorAttrLoc], packet.instanceNdx, packet.vertexNdx); 244 rr::FragmentPacket& packet = packets[packetNdx]; local 247 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, rr::readTriangleVarying<float>(packet, context, VARYINGLOC_COLOR, fragNdx)); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fPolygonOffsetTests.cpp | 233 rr::VertexPacket& packet = *packets[packetNdx]; local 236 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx); 239 packet.outputs[VARYINGLOC_COLOR] = rr::readVertexAttribFloat(inputs[colorAttrLoc], packet.instanceNdx, packet.vertexNdx); 247 rr::FragmentPacket& packet = packets[packetNdx]; local 250 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, rr::readTriangleVarying<float>(packet, context, VARYINGLOC_COLOR, fragNdx)); [all...] |
es3fShaderBuiltinVarTests.cpp | 910 rr::VertexPacket& packet = *packets[packetNdx]; local 913 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx); 916 packet.outputs[VARYINGLOC_COLOR] = rr::readVertexAttribFloat(inputs[colorAttrLoc], packet.instanceNdx, packet.vertexNdx); 924 rr::FragmentPacket& packet = packets[packetNdx]; local 927 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, rr::readVarying<float>(packet, context, VARYINGLOC_COLOR, fragNdx)); [all...] |
/external/deqp/modules/glshared/ |
glsTextureBufferCase.cpp | 174 rr::VertexPacket* const packet = packets[packetNdx]; member in class:deqp::gls::__anon8118::CoordVertexShader::rr 177 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx); 179 packet->outputs[0] = tcu::Vec4(1.0f); 180 packet->position = tcu::Vec4(2.0f * (position.x() - 0.5f), 2.0f * (position.y() - 0.5f), 0.0f, 1.0f); 200 rr::VertexPacket* const packet = packets[packetNdx]; member in class:deqp::gls::__anon8118::TextureVertexShader::rr 204 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx); 208 packet->outputs[0] = texelValue; 209 packet->position = tcu::Vec4(2.0f * (position.x() - 0.5f), 2.0f * (position.y() - 0.5f), 0.0f, 1.0f) 232 rr::FragmentPacket& packet = packets[packetNdx]; local 267 rr::FragmentPacket& packet = packets[packetNdx]; local [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 121 daemon->packet = safe_malloc(daemon->packet_buff_sz); 1269 } packet; local [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 135 * Handle an ISAKMP config mode packet 143 struct isakmp *packet; local 151 /* Check that the packet is long enough to have a header */ 152 if (msg->l < sizeof(*packet)) { 153 plog(LLV_ERROR, LOCATION, NULL, "Unexpected short packet\n"); 157 packet = (struct isakmp *)msg->v; 160 if ((packet->flags & ISAKMP_FLAG_E) == 0) { 167 * Decrypt the packet. If this is the beginning of a new 171 iph1->mode_cfg->last_msgid != packet->msgid ) 173 isakmp_cfg_newiv(iph1, packet->msgid) [all...] |
/external/iputils/ |
ping.c | 47 * measure round-trip-delays and packet loss across network paths. 124 u_char *packet; local 544 /* Estimate memory eaten by single packet. It is rough estimate. 582 fprintf(stderr, "Error: packet size %d is too large. Maximum is %d\n", datalen, 0xFFFF-8-20-optlen); 586 fprintf(stderr, "WARNING: packet size %d is too large. Maximum is %d\n", datalen, 0xFFFF-8-20-optlen); 592 if (!(packet = (u_char *)malloc((u_int)packlen))) { 604 main_loop(icmp_sock, packet, packlen); 712 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet 771 * Print out the packet, if it came from us. This logic is necessar [all...] |
traceroute6.c | 65 * Attempt to trace the route an ip packet would follow to some 88 * traceroute to nis.nsf.net (35.1.1.48), 30 hops max, 56 byte packet 291 u_char packet[512]; /* last inbound (icmp) packet */ variable 479 "traceroute: packet size must be %d <= s < %d.\n", 611 if ((i = packet_ok(packet, cc, &from, &to, seq, &t1))) { 614 print(packet, cc, &from); 676 * "reset_timer" will only be true if the last packet that 690 iov.iov_base = packet; 691 iov.iov_len = sizeof(packet); [all...] |
/external/libdrm/nouveau/ |
nouveau.h | 161 uint32_t packet; member in struct:nouveau_bufref 185 nouveau_bufctx_mthd(struct nouveau_bufctx *, int bin, uint32_t packet,
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
ProcessKDP.cpp | 52 { "packet-timeout" , OptionValue::eTypeUInt64 , true , 5, NULL, NULL, "Specify the default packet timeout in seconds." }, 290 /* Get the kernel's UUID and load address via KDP_KERNELVERSION packet. */ 611 log->PutCString ("ProcessKDP::DoDetach() detach packet sent successfully"); 895 // TODO: parse the stop reply packet 970 "process plugin packet send", 971 "Send a custom packet through the KDP protocol by specifying the command byte and the packet payload data. A packet will be sent with a correct header and payload, and the raw result bytes will be displayed as a string value. ", 974 m_command_byte(LLDB_OPT_SET_1, true , "command", 'c', 0, eArgTypeNone, "Specify the command byte to use when sending the KDP request packet.", 0) 1040 StreamString packet; local [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
GDBRemoteCommunicationClient.cpp | 338 log->Printf ("async: async packet = %s", m_async_packet.c_str()); 368 // Make sure we wait until the continue packet has been sent again... 376 log->Printf ("async: async packet sent"); 392 // Send the packet normally since we got the lock 417 log->Printf("error: failed to get packet sequence mutex, not sending packet '%*s'", (int) payload_length, payload); 540 // Set the starting continue packet into "continue_packet". This packet 541 // may change if we are interrupted and we continue after an async packet... 551 log->Printf ("GDBRemoteCommunicationClient::%s () sending continue packet: %s", __FUNCTION__, continue_packet.c_str()) 950 StreamString packet; local 980 StreamString packet; local 1000 StreamString packet; local 1329 char packet[64]; local [all...] |
GDBRemoteRegisterContext.cpp | 153 char packet[64]; local 158 packet_len = ::snprintf (packet, sizeof(packet), "p%x;thread:%4.4" PRIx64 ";", reg, m_thread.GetProtocolID()); 160 packet_len = ::snprintf (packet, sizeof(packet), "p%x", reg); 161 assert (packet_len < ((int)sizeof(packet) - 1)); 162 if (gdb_comm.SendPacketAndWaitForResponse(packet, response, false)) 192 char packet[64]; local 197 // Get all registers in one packet 199 packet_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()) 307 StreamString packet; local 391 StreamString packet; local 508 char packet[32]; local 647 StreamString packet; local [all...] |
/external/lldb/tools/debugserver/source/ |
debugserver.cpp | 79 std::string packet; local 87 // Spin waiting to get the A packet. 96 RNBLogSTDERR ("error: packet read thread exited.\n"); 139 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Error getting packet.",__FUNCTION__); 147 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Connection closed before getting \"A\" packet.", __FUNCTION__); 255 // error code. So we need to fetch one packet from gdb before we wait 270 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Error getting packet.", __FUNCTION__); 275 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Didn't get the expected qLaunchSuccess packet.", __FUNCTION__); 484 // we are waiting for gdb remote protocol packets. When a packet occurs that 567 // Out remote packet receiving thread exited, exit for now [all...] |
/frameworks/base/obex/javax/obex/ |
ServerOperation.java | 50 * complete and requires an additional OBEX packet. 0x82 is a PUT request that 110 // a different OBEX packet than the SRMP header. 121 * @param maxSize the max packet size that the client will accept 141 ObexPacket packet; local 180 packet = ObexPacket.read(request, mInput); 183 * Determine if the packet length is larger than this device can receive 185 if (packet.mLength > ObexHelper.getMaxRxPacketSize(mTransport)) { 187 throw new IOException("Packet received was too large. Length: " 188 + packet.mLength + " maxLength: " + ObexHelper.getMaxRxPacketSize(mTransport)); 194 if (packet.mLength > 3) 528 ObexPacket packet = ObexPacket.read(mInput); local 599 ObexPacket packet = ObexPacket.read(mInput); local [all...] |