Home
last modified time | relevance | path

Searched defs:packet_buffer_ (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
H A Dclient_testing.h117 ByteSpan packet_buffer_; // For encoding packets sent by the server variable
153 std::byte packet_buffer_[kPacketEncodeBufferSizeBytes]; variable
/aosp_15_r20/external/webrtc/modules/video_coding/test/
H A Dstream_generator.h69 uint8_t packet_buffer_[kMaxPacketSize]; variable
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dnetwork_trace_module.h77 protozero::HeapBuffered<protos::pbzero::TracePacket> packet_buffer_; variable
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/
H A Dclient_testing.h116 std::byte packet_buffer_[kPacketEncodeBufferSizeBytes]; variable
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dsender_packet_router.h175 const std::unique_ptr<uint8_t[]> packet_buffer_; variable
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
H A Dclient_testing.h111 std::byte packet_buffer_[kPacketEncodeBufferSizeBytes]; variable
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dnanopacket.h99 std::vector<uint8_t> packet_buffer_; variable
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dtrace_renderer.h66 std::vector<Packet> packet_buffer_; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/
H A Dquic_batch_writer_test.h264 ABSL_CACHELINE_ALIGNED char packet_buffer_[1500]; variable
H A Dquic_batch_writer_buffer_test.cc76 char packet_buffer_[kMaxOutgoingPacketSize]; member in quic::test::__anon58c4b8440111::QuicBatchWriterBufferTest
H A Dquic_gso_batch_writer_test.cc214 char packet_buffer_[1500]; member in quic::test::__anon79edfbf30111::QuicGsoBatchWriterTest
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_chaos_protector_test.cc139 std::unique_ptr<char[]> packet_buffer_; member in quic::test::QuicChaosProtectorTest
/aosp_15_r20/external/webrtc/api/video/
H A Drtp_video_frame_assembler.cc84 video_coding::PacketBuffer packet_buffer_; member in webrtc::RtpVideoFrameAssembler::Impl
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dsession_info_unittest.cc55 uint8_t packet_buffer_[kPacketBufferSize]; member in webrtc::TestSessionInfo
H A Dpacket_buffer_unittest.cc132 PacketBuffer packet_buffer_; member in webrtc::video_coding::__anon5ed2caa20111::PacketBufferTest
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/
H A Dpacket_test.cc38 std::array<std::byte, kMaxPacketSizeBytes> packet_buffer_; member in pw::bluetooth_hci::__anon449916840111::PacketTest
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc245 PacketBuffer* packet_buffer_ = nullptr; member in webrtc::NetEqImplTest