Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc318 bool last_packet, in AddRtpHeaderExtensions()
557 auto last_packet = std::make_unique<RtpPacketToSend>(*single_packet); in SendVideo() local
H A Drtp_packetizer_av1.cc309 Packet& last_packet = packets.back(); in Packetize() local
H A Drtp_sender_egress_unittest.cc110 absl::optional<TransmittedPacket> last_packet() { return last_packet_; } in last_packet() function in webrtc::__anonf79f61b30111::TestTransport
H A Drtp_rtcp_impl2_unittest.cc224 const RtpPacketReceived& last_packet() { return transport_.last_packet_; } in last_packet() function in webrtc::__anona941dee60111::RtpRtcpModule
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection_test.cc1050 QuicPacketNumber* last_packet) { in SendStreamDataToPeer()
3735 QuicPacketNumber last_packet; in TEST_P() local
3975 QuicPacketNumber last_packet; in TEST_P() local
4157 QuicPacketNumber last_packet; in TEST_P() local
4225 QuicPacketNumber last_packet; in TEST_P() local
4244 QuicPacketNumber last_packet; in TEST_P() local
4267 QuicPacketNumber last_packet; in TEST_P() local
4312 QuicPacketNumber last_packet; in TEST_P() local
4329 QuicPacketNumber last_packet; in TEST_P() local
4358 QuicPacketNumber last_packet; in TEST_P() local
[all …]
H A Dpacket_number_indexed_queue.h87 QuicPacketNumber last_packet() const { in last_packet() function
H A Dquic_unacked_packet_map.cc645 const QuicTransmissionInfo& last_packet = unacked_packets_.back(); in GetLastPacketContent() local
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dfake_channel_output.h228 const Packet& last_packet() const PW_LOCKS_EXCLUDED(mutex_) { in last_packet() function
/aosp_15_r20/external/webrtc/api/video/
H A Drtp_video_frame_assembler.cc159 const video_coding::PacketBuffer::Packet& last_packet = *packet; in AssembleFrames() local
/aosp_15_r20/external/cronet/third_party/quic_trace/src/quic_trace/
H A Dquic_trace.proto53 optional uint64 last_packet = 2; field
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsc_stage_1_just_works_numeric_comparison_test.cc106 std::optional<ValidPacketReader> last_packet() const { return last_packet_; } in last_packet() function in bt::sm::__anon0b2778ef0111::ScStage1JustWorksNumericComparisonTest
H A Dsc_stage_1_passkey_test.cc113 std::optional<ValidPacketReader> last_packet() const { return last_packet_; } in last_packet() function in bt::sm::__anonff34eb880111::ScStage1PasskeyTest
/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver2.cc820 const video_coding::PacketBuffer::Packet& last_packet = *packet; in OnInsertedPacket() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc74 struct packet* last_packet; // last packet to be delivered to app member
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_session.cc865 scoped_refptr<QuicChromiumPacketWriter::ReusableIOBuffer> last_packet) { in HandleWriteError()
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine_unittest.cc2025 size_t last_packet = NumRtpPackets() - 1; in TEST_F() local