Searched refs:last_packet (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/net/quic/ |
D | quic_connection_test.cc | 790 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/ |
D | rtp_format_vp8.h | 80 bool* last_packet);
|
D | rtp_format_vp8.cc | 74 bool* last_packet) { in NextPacket() argument 97 *last_packet = packets_.empty(); in NextPacket()
|
/external/chromium_org/third_party/webrtc/modules/pacing/ |
D | paced_sender.cc | 300 const bool last_packet = packet_list->empty() || in SendPacketFromList() local 306 last_packet) { in SendPacketFromList()
|
/external/qemu/ |
D | gdbstub.c | 284 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/ |
D | videoengine_unittest.h | 1053 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()
|