| /external/smack/src/org/jivesoftware/smackx/packet/ |
| MUCAdmin.java | 21 package org.jivesoftware.smackx.packet; 27 import org.jivesoftware.smack.packet.IQ; 30 * IQ packet that serves for kicking users, granting and revoking voice, banning users, 74 // Add packet extensions, if any are defined.
|
| MUCInitialPresence.java | 21 package org.jivesoftware.smackx.packet; 23 import org.jivesoftware.smack.packet.PacketExtension;
|
| MUCOwner.java | 21 package org.jivesoftware.smackx.packet; 22 import org.jivesoftware.smack.packet.IQ; 30 * IQ packet that serves for granting and revoking ownership privileges, granting 99 // Add packet extensions, if any are defined.
|
| MessageEvent.java | 21 package org.jivesoftware.smackx.packet; 23 import org.jivesoftware.smack.packet.PacketExtension; 76 * Returns the XML element name of the extension sub-packet root element. 79 * @return the XML element name of the packet extension. 86 * Returns the XML namespace of the extension sub-packet root element. 89 * @return the XML namespace of the packet extension. 156 * The packet id is not used when the message is a request for notifications 257 * The packet id is not used when the message is a request for notifications
|
| OfflineMessageRequest.java | 21 package org.jivesoftware.smackx.packet; 23 import org.jivesoftware.smack.packet.IQ; 119 // Add packet extensions, if any are defined.
|
| /external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
| OfferConfirmation.java | 23 import org.jivesoftware.smack.packet.IQ;
50 NotifyServicePacket packet = new NotifyServicePacket(workgroup, createdRoomName);
local 51 con.sendPacket(packet);
96 * Packet for notifying server of RoomName
|
| /external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
| AgentStatus.java | 19 package org.jivesoftware.smackx.workgroup.packet;
21 import org.jivesoftware.smack.packet.PacketExtension;
30 * Agent status packet.
43 * Element name of the packet extension.
48 * Namespace of the packet extension.
219 * Packet extension provider for AgentStatus packets.
|
| AgentStatusRequest.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
32 * Agent status request packet. This packet is used by agents to request the list of
33 * agents in a workgroup. The response packet contains a list of packets. Presence
41 * Element name of the packet extension.
46 * Namespace of the packet extension.
117 * Packet extension provider for AgentStatusRequest packets.
|
| OccupantsInfo.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
30 * Packet used for requesting information about occupants of a room or for retrieving information
44 * Element name of the packet extension.
49 * Namespace of the packet extension.
125 * Packet extension provider for AgentStatusRequest packets.
|
| OfferRequestProvider.java | 20 package org.jivesoftware.smackx.workgroup.packet;
28 import org.jivesoftware.smack.packet.IQ;
|
| QueueDetails.java | 20 package org.jivesoftware.smackx.workgroup.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
34 * Queue details packet extension, which contains details about the users
40 * Element name of the packet extension.
45 * Namespace of the packet extension.
58 * Creates a new QueueDetails packet
87 * Adds a user to the packet.
140 * Provider class for QueueDetails packet extensions.
|
| QueueOverview.java | 20 package org.jivesoftware.smackx.workgroup.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
33 * Element name of the packet extension.
38 * Namespace of the packet extension.
|
| RoomInvitation.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
27 * Packet extension for {@link org.jivesoftware.smackx.workgroup.agent.InvitationRequest}.
34 * Element name of the packet extension.
39 * Namespace of the packet extension.
118 // Add packet extensions, if any are defined.
|
| RoomTransfer.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
27 * Packet extension for {@link org.jivesoftware.smackx.workgroup.agent.TransferRequest}.
34 * Element name of the packet extension.
39 * Namespace of the packet extension.
118 // Add packet extensions, if any are defined.
|
| Transcripts.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
30 * information about the conversation. {@link org.jivesoftware.smackx.workgroup.packet.Transcript}
|
| /frameworks/av/media/libstagefright/mpeg2ts/ |
| MPEG2TSExtractor.cpp | 199 uint8_t packet[kTSPacketSize]; local 200 ssize_t n = mDataSource->readAt(mOffset, packet, kTSPacketSize); 207 return mParser->feedTSPacket(packet, kTSPacketSize);
|
| /system/core/libnetutils/ |
| packet.c | 164 } packet; local 170 nread = read(s, &packet, sizeof(packet)); 175 * The raw packet interface gives us all packets received by the 182 ALOGD("Packet is too small (%d) to be a UDP datagram", nread); 184 } else if (packet.ip.version != IPVERSION || packet.ip.ihl != (sizeof(packet.ip) >> 2)) { 186 ALOGD("Not a valid IP packet"); 188 } else if (nread < ntohs(packet.ip.tot_len)) [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| UDPMessageChannel.java | 163 * Constructor - takes a datagram packet and a stack structure Extracts the 164 * address of the other from the datagram packet and stashes away the 196 * @param packet 197 * is the incoming datagram packet. 200 UDPMessageProcessor messageProcessor, DatagramPacket packet) { 202 this.incomingPacket = packet; 255 DatagramPacket packet; local 286 packet = (DatagramPacket) ((UDPMessageProcessor) messageProcessor).messageQueue 290 this.incomingPacket = packet; 292 packet = this.incomingPacket [all...] |
| /device/asus/flo/camera/QCamera2/HAL/ |
| QCameraMem.cpp | 815 struct encoder_media_buffer_type * packet = local 817 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size 818 packet->buffer_type = kMetadataBufferTypeCameraSource; 819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); [all...] |
| /device/lge/hammerhead/camera/QCamera2/HAL/ |
| QCameraMem.cpp | 815 struct encoder_media_buffer_type * packet = local 817 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size 818 packet->buffer_type = kMetadataBufferTypeCameraSource; 819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); [all...] |
| /device/lge/mako/camera/QCamera/HAL/core/src/ |
| QCameraHWI_Record.cpp | 214 struct encoder_media_buffer_type * packet = local 217 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle)); 462 struct encoder_media_buffer_type * packet = local 465 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size 466 packet->buffer_type = kMetadataBufferTypeCameraSource; 467 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
|
| /device/lge/mako/camera/ |
| QCameraHWI_Record.cpp | 213 struct encoder_media_buffer_type * packet = local 216 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle)); 461 struct encoder_media_buffer_type * packet = local 464 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size 465 packet->buffer_type = kMetadataBufferTypeCameraSource; 466 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
|
| /device/moto/shamu/camera/QCamera2/HAL/ |
| QCameraMem.cpp | 1113 struct encoder_media_buffer_type * packet = local 1159 struct encoder_media_buffer_type * packet = local 1184 struct encoder_media_buffer_type * packet = local [all...] |
| /external/android-clat/ |
| clatd.c | 107 * Binds the packet socket and attaches the receive filter to it. 118 logmsg(ANDROID_LOG_FATAL, "binding packet socket: %s", strerror(errno)); 127 // doesn't match, jump ahead to statement that returns 0 (ignore packet). Repeat for the other 128 // three words of the IPv6 address, and if they all match, return PACKETLEN (accept packet). 146 logmsg(ANDROID_LOG_FATAL, "attach packet filter failed: %s", strerror(errno)); 178 // Update our packet socket filter to reflect the new 464xlat IP address. 248 * opens a packet socket to receive IPv6 packets and a raw socket to send them 271 logmsg(ANDROID_LOG_FATAL, "packet socket failed: %s", strerror(errno)); 322 * reads a packet from the tunnel fd and passes it down the stack 328 uint8_t buf[PACKETLEN], *packet; local [all...] |
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
| JDWPStackFrameTestCase.java | 91 CommandPacket packet = new CommandPacket( local 94 packet.setNextValueAsThreadID(threadID); 96 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); 104 CommandPacket packet = new CommandPacket( local 107 packet.setNextValueAsThreadID(threadID); 108 packet.setNextValueAsInt(startFrame); 109 packet.setNextValueAsInt(length); 111 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); 125 CommandPacket packet = new CommandPacket( local 128 packet.setNextValueAsClassID(classID) 151 CommandPacket packet = new CommandPacket( local 169 CommandPacket packet = new CommandPacket( local 182 CommandPacket packet = new CommandPacket( local 192 CommandPacket packet = new CommandPacket( local [all...] |