Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender.cc587 if (!SendPacketToNetwork(padding_packet, length)) in SendPadData()
649 bool RTPSender::SendPacketToNetwork(const uint8_t *packet, uint32_t size) { in SendPacketToNetwork() function in webrtc::RTPSender
837 bool ret = SendPacketToNetwork(buffer_to_send_ptr, length); in PrepareAndSendPacket()
955 if (!SendPacketToNetwork(buffer, length)) in SendToNetwork()
Drtp_sender.h318 bool SendPacketToNetwork(const uint8_t *packet, uint32_t size);