Home
last modified time | relevance | path

Searched defs:last_packet (Results 1 – 13 of 13) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dpacket_number_indexed_queue.h87 QuicPacketNumber last_packet() const { in last_packet() function
Dquic_connection_test.cc1072 QuicPacketNumber* last_packet) { in SendStreamDataToPeer()
3793 QuicPacketNumber last_packet; in TEST_P() local
4086 QuicPacketNumber last_packet; in TEST_P() local
4272 QuicPacketNumber last_packet; in TEST_P() local
4340 QuicPacketNumber last_packet; in TEST_P() local
4359 QuicPacketNumber last_packet; in TEST_P() local
4382 QuicPacketNumber last_packet; in TEST_P() local
4427 QuicPacketNumber last_packet; in TEST_P() local
4444 QuicPacketNumber last_packet; in TEST_P() local
4473 QuicPacketNumber last_packet; in TEST_P() local
[all …]
Dquic_unacked_packet_map.cc642 const QuicTransmissionInfo& last_packet = unacked_packets_.back(); in GetLastPacketContent() local
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dfake_channel_output.h228 const Packet& last_packet() const PW_LOCKS_EXCLUDED(mutex_) { in last_packet() function
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc318 bool last_packet, in AddRtpHeaderExtensions()
557 auto last_packet = std::make_unique<RtpPacketToSend>(*single_packet); in SendVideo() local
Drtp_packetizer_av1.cc309 Packet& last_packet = packets.back(); in Packetize() local
Drtp_sender_egress_unittest.cc110 absl::optional<TransmittedPacket> last_packet() { return last_packet_; } in last_packet() function in webrtc::__anon6d3bba620111::TestTransport
Drtp_rtcp_impl2_unittest.cc224 const RtpPacketReceived& last_packet() { return transport_.last_packet_; } in last_packet() function in webrtc::__anon5f325df50111::RtpRtcpModule
/external/webrtc/api/video/
Drtp_video_frame_assembler.cc159 const video_coding::PacketBuffer::Packet& last_packet = *packet; in AssembleFrames() local
/external/cronet/third_party/quic_trace/src/quic_trace/
Dquic_trace.proto53 optional uint64 last_packet = 2; field
/external/webrtc/video/
Drtp_video_stream_receiver2.cc820 const video_coding::PacketBuffer::Packet& last_packet = *packet; in OnInsertedPacket() local
/external/cronet/net/quic/
Dquic_chromium_client_session.cc933 scoped_refptr<QuicChromiumPacketWriter::ReusableIOBuffer> last_packet) { in HandleWriteError()
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc2025 size_t last_packet = NumRtpPackets() - 1; in TEST_F() local