Home
last modified time | relevance | path

Searched refs:SendPacketToNetwork (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender.cc692 if (!SendPacketToNetwork(padding_packet, length, options)) in SendPadData()
750 bool RTPSender::SendPacketToNetwork(const uint8_t* packet, in SendPacketToNetwork() function in webrtc::RTPSender
952 bool ret = SendPacketToNetwork(buffer_to_send_ptr, length, options); in PrepareAndSendPacket()
1076 bool sent = SendPacketToNetwork(buffer, length, PacketOptions()); in SendToNetwork()
Drtp_sender.h351 bool SendPacketToNetwork(const uint8_t* packet,