Home
last modified time | relevance | path

Searched refs:last_packet (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/quic/
Dquic_connection_test.cc790 QuicPacketSequenceNumber* last_packet) { in SendStreamDataToPeer() argument
795 if (last_packet != NULL) { in SendStreamDataToPeer()
796 *last_packet = in SendStreamDataToPeer()
1324 QuicPacketSequenceNumber last_packet; in TEST_P() local
1327 SendStreamDataToPeer(1, "foo", 0, !kFin, &last_packet); in TEST_P()
1328 EXPECT_EQ(1u, last_packet); in TEST_P()
1337 SendStreamDataToPeer(1, "bar", 3, !kFin, &last_packet); in TEST_P()
1338 EXPECT_EQ(2u, last_packet); in TEST_P()
1349 SendStreamDataToPeer(1, "foo", 6, !kFin, &last_packet); in TEST_P()
1350 EXPECT_EQ(3u, last_packet); in TEST_P()
[all …]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.h80 bool* last_packet);
Drtp_format_vp8.cc74 bool* last_packet) { in NextPacket() argument
97 *last_packet = packets_.empty(); in NextPacket()
/external/chromium_org/third_party/webrtc/modules/pacing/
Dpaced_sender.cc300 const bool last_packet = packet_list->empty() || in SendPacketFromList() local
306 last_packet) { in SendPacketFromList()
/external/qemu/
Dgdbstub.c284 uint8_t last_packet[MAX_PACKET_LENGTH + 4]; member
435 p = s->last_packet; in put_packet_binary()
447 s->last_packet_len = p - s->last_packet; in put_packet_binary()
448 put_buffer(s, (uint8_t *)s->last_packet, s->last_packet_len); in put_packet_binary()
2085 put_buffer(s, (uint8_t *)s->last_packet, s->last_packet_len); in gdb_read_byte()
2369 max_sz = (sizeof(gdbserver_state->last_packet) - 2) / 2; in gdb_monitor_write()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoengine_unittest.h1053 size_t last_packet = NumRtpPackets() - 1; in AddRemoveSendStreams() local
1055 p(GetRtpPacket(static_cast<int>(last_packet))); in AddRemoveSendStreams()
1071 last_packet = NumRtpPackets() - 1; in AddRemoveSendStreams()
1072 p.reset(GetRtpPacket(static_cast<int>(last_packet))); in AddRemoveSendStreams()