HomeSort by relevance Sort by last modified time
    Searched defs:packet (Results 251 - 275 of 615) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTestCase.java 62 CommandPacket packet = new CommandPacket( local
65 packet.setNextValueAsClassID(classID);
66 packet.setNextValueAsMethodID(methodID);
67 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet);
101 CommandPacket packet = new CommandPacket( local
104 packet.setNextValueAsClassID(classID);
105 packet.setNextValueAsMethodID(methodID);
106 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet);
125 CommandPacket packet = new CommandPacket( local
128 packet.setNextValueAsClassID(classID)
149 CommandPacket packet = new CommandPacket( local
178 CommandPacket packet = new CommandPacket( local
    [all...]
ExceptionTest.java 170 CommandPacket packet = new CommandPacket( local
173 packet.setNextValueAsThreadID(threadID);
174 packet.setNextValueAsInt(0);
175 packet.setNextValueAsInt(1);
176 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesTest.java 429 CommandPacket packet = new CommandPacket( local
432 packet.setNextValueAsThreadID(threadID);
433 packet.setNextValueAsInt(startFrame);
434 packet.setNextValueAsInt(length);
435 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
OwnedMonitorsStackDepthInfoTest.java 50 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, local
52 packet.setNextValueAsThreadID(threadID);
54 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
ResumeTest.java 131 CommandPacket packet = null; local
147 packet = new CommandPacket(
150 packet.setNextValueAsThreadID(testedThreadsIDs[i]);
151 reply = debuggeeWrapper.vmMirror.performCommand(packet);
168 packet = new CommandPacket(
171 reply = debuggeeWrapper.vmMirror.performCommand(packet);
187 packet = new CommandPacket(
190 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
191 reply = debuggeeWrapper.vmMirror.performCommand(packet);
216 packet = new CommandPacket
    [all...]
SuspendCountTest.java 138 CommandPacket packet = new CommandPacket( local
141 packet.setNextValueAsThreadID(threadID);
142 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
160 packet = new CommandPacket(
163 packet.setNextValueAsThreadID(threadID);
164 reply = debuggeeWrapper.vmMirror.performCommand(packet);
175 packet = new CommandPacket(
178 packet.setNextValueAsThreadID(threadID);
179 reply = debuggeeWrapper.vmMirror.performCommand(packet);
193 packet = new CommandPacket
308 CommandPacket packet = new CommandPacket( local
    [all...]
ThreadGroup002Test.java 154 CommandPacket packet = null; local
171 packet = new CommandPacket(
174 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[threadCount]);
175 reply = debuggeeWrapper.vmMirror.performCommand(packet);
189 packet = new CommandPacket(
192 packet.setNextValueAsThreadID(testedThreadsIDs[threadCount]);
194 reply = debuggeeWrapper.vmMirror.performCommand(packet);
234 packet = new CommandPacket(
237 packet.setNextValueAsThreadID(threadGroupID);
239 reply = debuggeeWrapper.vmMirror.performCommand(packet);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllClassesTest.java 60 CommandPacket packet = new CommandPacket( local
63 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
124 * <BR>&nbsp;&nbsp; - All data were read from reply packet;
132 CommandPacket packet = new CommandPacket( local
135 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
AllClassesWithGenericTest.java 61 CommandPacket packet = new CommandPacket( local
64 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
129 * <BR>&nbsp;&nbsp; - All data were read from reply packet;
137 CommandPacket packet = new CommandPacket( local
140 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
ResumeTest.java 128 CommandPacket packet = new CommandPacket( local
131 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
152 packet = new CommandPacket(
155 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
156 reply = debuggeeWrapper.vmMirror.performCommand(packet);
190 packet = new CommandPacket(
193 reply = debuggeeWrapper.vmMirror.performCommand(packet);
217 packet = new CommandPacket(
220 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
221 reply = debuggeeWrapper.vmMirror.performCommand(packet);
    [all...]
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp_unittest.cc 251 std::vector<char> packet; local
252 CreateRandomPacket(&packet);
253 socket_host_->Send(dest1_, packet, options, 0);
261 // Receive packet from |dest1_|.
275 std::vector<char> packet; local
276 CreateRandomPacket(&packet);
277 socket_host_->Send(dest1_, packet, options, 0);
286 // Receive packet from |dest1_|.
300 std::vector<char> packet; local
301 CreateRandomPacket(&packet);
321 std::vector<char> packet; local
    [all...]
  /external/chromium_org/media/cast/transport/pacing/
paced_sender.cc 101 bool PacedSender::SendRtcpPacket(uint32 ssrc, PacketRef packet) {
104 make_pair(PacketType_RTCP, packet);
108 packet,
182 LOG(WARNING) << "Packet queue is very long:" << size();
202 PacketRef packet = GetNextPacket(&packet_type, &packet_key); local
208 LogPacketEvent(packet->data, PACKET_RETRANSMITTED);
211 LogPacketEvent(packet->data, PACKET_SENT_TO_NETWORK);
216 if (!transport_->SendPacket(packet, cb)) {
235 void PacedSender::LogPacketEvent(const Packet& packet, CastLoggingEvent event)
    [all...]
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_audio_decoder.cc 257 AVPacket packet; local
258 av_init_packet(&packet);
259 packet.data = const_cast<uint8_t*>(compressed_buffer);
260 packet.size = compressed_buffer_size;
268 // Each audio packet may contain several frames, so we must call the decoder
269 // until we've exhausted the packet. Regardless of the packet size we always
278 codec_context_.get(), av_frame_.get(), &frame_decoded, &packet);
289 << timestamp.InMicroseconds() << " us, packet size: "
295 // Update packet size and data pointer in case we need to call the decode
    [all...]
ffmpeg_cdm_video_decoder.cc 217 // Create a packet for input data.
218 AVPacket packet; local
219 av_init_packet(&packet);
222 packet.data = const_cast<uint8_t*>(compressed_frame);
223 packet.size = compressed_frame_size;
239 &packet);
243 << timestamp << " us, packet size: " << packet.size << " bytes";
  /external/chromium_org/media/filters/
ffmpeg_audio_decoder.cc 256 AVPacket packet; local
257 av_init_packet(&packet);
259 packet.data = NULL;
260 packet.size = 0;
262 packet.data = const_cast<uint8*>(buffer->data());
263 packet.size = buffer->data_size();
266 // Each audio packet may contain several frames, so we must call the decoder
267 // until we've exhausted the packet. Regardless of the packet size we always
273 codec_context_.get(), av_frame_.get(), &frame_decoded, &packet);
    [all...]
ffmpeg_video_decoder.cc 265 // Create a packet for input data.
267 AVPacket packet; local
268 av_init_packet(&packet);
270 packet.data = NULL;
271 packet.size = 0;
273 packet.data = const_cast<uint8*>(buffer->data());
274 packet.size = buffer->data_size();
284 &packet);
291 // FFmpeg says some codecs might have multiple frames per packet. Previous
294 DCHECK_EQ(result, packet.size)
    [all...]
opus_audio_decoder_unittest.cc 70 AVPacket packet; local
71 ASSERT_TRUE(reader_->ReadPacketForTesting(&packet));
73 DecoderBuffer::CopyFrom(packet.data, packet.size);
75 reader_->codec_context_for_testing()->time_base, packet.pts));
77 reader_->codec_context_for_testing()->time_base, packet.duration));
81 av_free_packet(&packet);
  /external/chromium_org/media/midi/
midi_manager_mac.cc 149 // Go through each packet and process separately.
151 // Each packet contains MIDI data for one or more messages (like note-on).
152 const MIDIPacket &packet = packet_list->packet[i]; local
153 double timestamp_seconds = MIDITimeStampToSeconds(packet.timeStamp);
157 packet.data,
158 packet.length,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
udp_node.cc 13 #include "nacl_io/socket/packet.h"
39 Packet* packet_;
137 Packet* packet = new Packet(filesystem()->ppapi()); local
138 packet->Copy(data_, length_error, addr_);
139 emitter_->WriteRXPacket_Locked(packet);
253 Packet* packet = emitter_->ReadRXPacket_Locked(); local
257 if (packet) {
294 Packet* packet = new Packet(filesystem_->ppapi()); local
    [all...]
  /external/chromium_org/net/quic/
quic_time_wait_list_manager.cc 56 // server_address - server address on which a packet what was received for
58 // client_address - address of the client that sent that packet. Needed to send
59 // the public reset packet back to the client.
60 // packet - the pending public reset packet that is to be sent to the client.
61 // created instance takes the ownership of this packet.
66 QuicEncryptedPacket* packet)
69 packet_(packet) {}
73 QuicEncryptedPacket* packet() { return packet_.get(); } function in class:net::QuicTimeWaitListManager::QueuedPacket
154 const QuicEncryptedPacket& /*packet*/) {
193 QuicPublicResetPacket packet; local
    [all...]
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager.cc 59 // server_address - server address on which a packet what was received for
61 // client_address - address of the client that sent that packet. Needed to send
62 // the public reset packet back to the client.
63 // packet - the pending public reset packet that is to be sent to the client.
64 // created instance takes the ownership of this packet.
69 QuicEncryptedPacket* packet)
72 packet_(packet) {
77 QuicEncryptedPacket* packet() { return packet_.get(); } function in class:net::tools::QuicTimeWaitListManager::QueuedPacket
156 const QuicEncryptedPacket& /*packet*/) {
195 QuicPublicResetPacket packet; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.cc 234 talk_base::Buffer* packet, const talk_base::PacketTime& packet_time) {
236 if (!GetRtpHeader(packet->data(), packet->length(), &header)) {
237 // Don't want to log for every corrupt packet.
238 // LOG(LS_WARNING) << "Could not read rtp header from packet of length "
239 // << packet->length() << ".";
244 if (!GetRtpHeaderLen(packet->data(), packet->length(), &header_length)) {
245 // Don't want to log for every corrupt packet.
247 // << length from packet of length
356 talk_base::Buffer packet; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 49 /* New (1.3) state mechanism. 3 commands (packet, scalar, vector) in
57 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon18122
163 return CP_PACKET0(packet[id].start, packet[id].len - 1);
372 OUT_BATCH(CP_PACKET0(packet[0].start, 3));
587 /* Fill in the packet headers:
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
RTPFile.cc 90 RTPPacket *packet = new RTPPacket(payloadType, timeStamp, seqNo, payloadData, local
93 _rtpQueue.push(packet);
100 RTPPacket *packet = _rtpQueue.front(); local
104 rtpInfo->header.payloadType = packet->payloadType;
105 rtpInfo->header.sequenceNumber = packet->seqNo;
107 rtpInfo->header.timestamp = packet->timeStamp;
108 if (packet->payloadSize > 0 && payloadSize >= packet->payloadSize) {
109 memcpy(payloadData, packet->payloadData, packet->payloadSize)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
packet_buffer.cc 12 // an STL list. The list is kept sorted at all times so that the next packet to
25 // Operator() returns true when |packet| goes before |new_packet|.
28 explicit NewTimestampIsLarger(const Packet* new_packet)
31 bool operator()(Packet* packet) {
32 return (*new_packet_ >= *packet);
36 const Packet* new_packet_;
52 int PacketBuffer::InsertPacket(Packet* packet) {
53 if (!packet || !packet->payload)
85 Packet* packet = packet_list->front(); local
162 Packet* packet = buffer_.front(); local
213 Packet* packet = (*it); local
    [all...]

Completed in 1556 milliseconds

<<11121314151617181920>>