/external/bluetooth/bluedroid/stack/include/ |
obx_api.h | 131 BOOLEAN final; /* TRUE, if this is the final packet of this PUT transaction. */ 138 BOOLEAN final; /* TRUE, if this is the final packet of this GET transaction. */ 213 tOBX_GET_EVT get; /* This element is associated with OBX_GET_REQ_EVT. TRUE, if this is the final packet that contains the OBEX headers for this GET request. */ 221 OBX_CONNECT_REQ_EVT, /* param = packet MTU */ 231 OBX_CONNECT_RSP_EVT, /* param = packet MTU */ 336 #define OBX_HV_SRM_PARAM_MORE 0x00 /* SRM Param header value - request additional packet */ [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channel.cc | 43 talk_base::Buffer packet; member in struct:cricket::PacketMessageData 68 static bool ValidPacket(bool rtcp, const talk_base::Buffer* packet) { 69 // Check the packet size. We could check the header too if needed. 70 return (packet && 71 packet->length() >= (!rtcp ? kMinRtpPacketLen : kMinRtcpPacketLen) && 72 packet->length() <= kMaxRtpPacketLen); 75 static uint16 GetRtpSeqNum(const talk_base::Buffer* packet) { 76 return (packet->length() >= kMinRtpPacketLen) ? 77 talk_base::GetBE16(packet->data() + 2) : 0; 80 static uint32 GetRtpSsrc(const talk_base::Buffer* packet) { [all...] |
/external/iptables/libipq/ |
libipq.3 | 21 libipq \(em iptables userspace packet queuing library. 27 libipq is a development library for iptables userspace packet queuing. 28 .SS Userspace Packet Queuing 77 allows the application to specify whether packet metadata, or packet 88 .I packet messages 92 The type of packet may be determined with 95 If it's a packet message, the metadata and optional payload may be retrieved with 103 To issue a verdict on a packet, and optionally return a modified version 104 of the packet to the kernel, cal [all...] |
/external/android-clat/ |
translate.c | 30 * calculates the checksum over all the packet components starting from pos 31 * checksum - checksum of packet components before pos 32 * packet - packet to calculate the checksum of 36 uint16_t packet_checksum(uint32_t checksum, clat_packet packet, int pos) { 39 if (packet[i].iov_len > 0) { 40 checksum = ip_checksum_add(checksum, packet[i].iov_base, packet[i].iov_len); 47 * returns the total length of all the packet components after pos 48 * packet - packet to calculate the length o [all...] |
/external/libvpx/libvpx/nestegg/include/nestegg/ |
nestegg.h | 83 typedef struct nestegg_packet nestegg_packet; /**< Opaque handle referencing a packet of data. */ 242 /** Read a packet of media data. A packet consists of one or more chunks of 247 @param packet Storage for the returned nestegg_packet. 251 int nestegg_read_packet(nestegg * context, nestegg_packet ** packet); 254 @param packet #nestegg_packet to be freed. @see nestegg_read_packet */ 255 void nestegg_free_packet(nestegg_packet * packet); 257 /** Query the track number of @a packet. 258 @param packet Packet initialized by #nestegg_read_packet [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
NodeInformationProvider.java | 23 import org.jivesoftware.smack.packet.PacketExtension; 24 import org.jivesoftware.smackx.packet.DiscoverInfo; 25 import org.jivesoftware.smackx.packet.DiscoverItems; 42 * Returns a list of the Items {@link org.jivesoftware.smackx.packet.DiscoverItems.Item} 70 * Returns a list of the packet extensions defined in the node. 72 * @return a list of the packet extensions defined in the node.
|
ChatStateManager.java | 28 import org.jivesoftware.smack.packet.Message; 29 import org.jivesoftware.smack.packet.Packet; 30 import org.jivesoftware.smack.packet.PacketExtension; 31 import org.jivesoftware.smackx.packet.ChatStateExtension; 38 * packet extensions and the disco response neccesary for compliance with 47 * @see org.jivesoftware.smackx.packet.ChatStateExtension 107 * packet with the state attached as a {@link org.jivesoftware.smack.packet.PacketExtension}, if 114 * packet [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
PEPItem.java | 21 package org.jivesoftware.smackx.packet; 23 import org.jivesoftware.smack.packet.PacketExtension; 49 * Returns the XML element name of the extension sub-packet root element. 52 * @return the XML element name of the packet extension. 59 * Returns the XML namespace of the extension sub-packet root element. 61 * @return the XML namespace of the packet extension.
|
DelayInformation.java | 21 package org.jivesoftware.smackx.packet; 28 import org.jivesoftware.smack.packet.PacketExtension; 32 * always includes the timestamp when the packet was originally sent and may include more 33 * information such as the JID of the entity that originally sent the packet as well as the reason 71 * Returns the JID of the entity that originally sent the packet or that delayed the 72 * delivery of the packet or <tt>null</tt> if this information is not available. 74 * @return the JID of the entity that originally sent the packet or that delayed the 75 * delivery of the packet. 82 * Sets the JID of the entity that originally sent the packet or that delayed the 83 * delivery of the packet or <tt>null</tt> if this information is not available [all...] |
/frameworks/base/core/java/android/net/dhcp/ |
DhcpOfferPacket.java | 25 * This class implements the DHCP-OFFER packet. 29 * The IP address of the server which sent this packet. 34 * Generates a OFFER packet with the specified parameters. 59 * Fills in a packet with the specified OFFER attributes. 73 * Adds the optional parameters to the server-generated OFFER packet. 95 * Notifies the state machine of the OFFER packet parameters.
|
/external/chromium_org/net/quic/ |
quic_packet_generator_test.cc | 42 MOCK_METHOD1(OnSerializedPacket, bool(const SerializedPacket& packet)); 74 // Simple struct for describing the contents of a packet. 76 // that a packet contains the expected frames. 114 delete packet_.packet; 116 delete packet2_.packet; 118 delete packet3_.packet; 120 delete packet4_.packet; 122 delete packet5_.packet; 147 const SerializedPacket& packet) { 155 ASSERT_TRUE(packet.retransmittable_frames == NULL) [all...] |
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 129 MtpDataPacket& packet); 133 MtpDataPacket& packet); 136 MtpDataPacket& packet); 139 MtpDataPacket& packet); 146 MtpDataPacket& packet); 359 MtpDataPacket& packet) { 388 packet.putString(date); 395 packet.putString(date); 401 packet.putInt8(longValue); 404 packet.putUInt8(longValue) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
rtputils_unittest.cc | 66 // Packet has only mandatory fixed RTCP header 115 unsigned char packet[] = { local 119 EXPECT_TRUE(SetRtpHeaderFlags(packet, sizeof(packet), false, false, 0)); 120 EXPECT_TRUE(SetRtpPayloadType(packet, sizeof(packet), 9u)); 121 EXPECT_TRUE(SetRtpSeqNum(packet, sizeof(packet), 1111u)); 122 EXPECT_TRUE(SetRtpTimestamp(packet, sizeof(packet), 2222u)) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
asyncstuntcpsocket_unittest.cc | 134 std::string packet = recv_packets_.front(); local 136 ret = (memcmp(data, packet.c_str(), len) == 0); 149 // Testing a stun packet sent/recv properly. 247 unsigned char packet[65539]; local 248 packet[0] = 0x40; 249 packet[1] = 0x00; 250 packet[2] = 0xFF; 251 packet[3] = 0xFF; 252 EXPECT_TRUE(Send(packet, sizeof(packet))); 261 unsigned char packet[65552]; local [all...] |
/external/chromium_org/media/cast/test/transport/ |
transport.cc | 61 // Got a packet with length result. 72 // Callback should always trigger with a packet. 115 virtual bool SendPacket(const Packet& packet) OVERRIDE { 117 base::Bind(&LocalPacketSender::SendPacketToNetwork, this, packet)); 121 virtual void SendPacketToNetwork(const Packet& packet) { 123 const uint8* data = packet.data(); 127 VLOG(1) << "Drop packet f:" << static_cast<int>(data[12 + 1]) 136 udp_socket_->SendTo(buffer.get(), static_cast<int>(packet.size()) 143 const Packet& packet = packets[i]; variable [all...] |
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
StreamNegotiator.java | 27 import org.jivesoftware.smack.packet.IQ;
28 import org.jivesoftware.smack.packet.Packet;
29 import org.jivesoftware.smack.packet.XMPPError;
32 import org.jivesoftware.smackx.packet.DataForm;
33 import org.jivesoftware.smackx.packet.StreamInitiation;
49 * Creates the initiation acceptance packet to forward to the stream
84 Packet initiateIncomingStream(Connection connection, StreamInitiation initiation) throws XMPPException {
93 Packet streamMethodInitiation = collector
104 * Returns the packet filter that will return the initiation packet for the appropriate stream [all...] |
/external/chromium_org/content/browser/renderer_host/p2p/ |
socket_host_udp_unittest.cc | 245 std::vector<char> packet; local 246 CreateRandomPacket(&packet); 247 socket_host_->Send(dest1_, packet, net::DSCP_NO_CHANGE, 0); 255 // Receive packet from |dest1_|. 267 std::vector<char> packet; local 268 CreateRandomPacket(&packet); 269 socket_host_->Send(dest1_, packet, net::DSCP_NO_CHANGE, 0); 278 // Receive packet from |dest1_|. 290 std::vector<char> packet; local 291 CreateRandomPacket(&packet); 310 std::vector<char> packet; local [all...] |
socket_host_throttler.h | 18 // A very simple message throtller. User of this class must drop the packet if 19 // DropNextPacket returns false for that packet. This method verifies the
|
/external/eigen/Eigen/src/Jacobi/ |
Jacobi.h | 298 typedef typename packet_traits<Scalar>::type Packet; 319 const Packet pc = pset1<Packet>(j.c()); 320 const Packet ps = pset1<Packet>(j.s()); 321 conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex,false> pcj; 338 Packet xi = pload<Packet>(px); 339 Packet yi = pload<Packet>(py) [all...] |
/external/chromium_org/third_party/opus/src/include/ |
opus.h | 63 * @li Good loss robustness and packet loss concealment (PLC) 131 * len = opus_encode(enc, audio_frame, frame_size, packet, max_packet); 138 * <li>packet is the byte array to which the compressed data is written</li> 139 * <li>max_packet is the maximum number of bytes that can be written in the packet (4000 bytes is recommended). 143 * opus_encode() and opus_encode_float() return the number of bytes actually written to the packet. 145 * is 1 byte, then the packet does not need to be transmitted (DTX). 182 * forward error correction to protect against packet loss. Use this 260 * @returns The length of the encoded packet (in bytes) on success or a 301 * @returns The length of the encoded packet (in bytes) on success or a 365 * To decode a frame, opus_decode() or opus_decode_float() must be called with a packet of compressed audio data [all...] |
/external/chromium_org/media/cast/ |
cast_config.cc | 49 void PacketReceiver::DeletePacket(const uint8* packet) { 50 delete [] packet;
|
/external/chromium_org/media/filters/ |
ffmpeg_demuxer.cc | 101 void FFmpegDemuxerStream::EnqueuePacket(ScopedAVPacket packet) { 105 NOTREACHED() << "Attempted to enqueue packet on a stopped stream"; 109 // Convert the packet if there is a bitstream filter. 110 if (packet->data && bitstream_converter_enabled_ && 111 !bitstream_converter_->ConvertPacket(packet.get())) { 118 av_packet_split_side_data(packet.get()); 124 packet.get(), 130 packet.get(), 139 buffer = DecoderBuffer::CopyFrom(packet.get()->data, packet.get()->size [all...] |
/external/chromium_org/net/data/websocket/ |
split_packet_check.html | 4 <title>test ws split packet</title> 15 var url = scheme + '://' + host + ':' + port + '/close-with-split-packet';
|
/external/chromium_org/net/tools/quic/test_tools/ |
packet_dropping_test_writer.h | 45 // Writes out any packet which should have been sent by now 47 // for the next delayed packet to be written. 52 // The percent of time a packet is simulated as being lost. 67 // The percent of time a packet is simulated as being reordered. 100 // Writes out the next packet to the contained writer and returns the time 101 // for the next delayed packet to be written. 104 // A single packet which will be sent at the supplied send_time. 127 // Stored packets delayed by fake packet delay or bandwidth restrictions.
|
/external/chromium_org/remoting/codec/ |
video_encoder_verbatim.h | 26 // Allocates a buffer of the specified |size| inside |packet| and returns the 28 uint8* GetOutputBuffer(VideoPacket* packet, size_t size);
|