Home
last modified time | relevance | path

Searched refs:packet_options (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel_unittest.cc263 rtc::PacketOptions packet_options; in SendPackets() local
264 packet_options.packet_id = kFakePacketId; in SendPackets()
266 packet.get(), size, packet_options, flags); in SendPackets()
279 rtc::PacketOptions packet_options; in SendInvalidSrtpPacket() local
281 packet.get(), size, packet_options, cricket::PF_SRTP_BYPASS); in SendInvalidSrtpPacket()
Ddtlstransportchannel.cc72 rtc::PacketOptions packet_options; in Write() local
74 packet_options); in Write()
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.h121 const PacketOptions& packet_options) override;
Dudp_transport_impl.cc1936 const PacketOptions& packet_options) { in SendRtp() argument
/external/webrtc/webrtc/voice_engine/
Dchannel.h397 const PacketOptions& packet_options) override;