OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendPacketToNetwork
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc
692
if (!
SendPacketToNetwork
(padding_packet, length, options))
750
bool RTPSender::
SendPacketToNetwork
(const uint8_t* packet,
760
"RTPSender::
SendPacketToNetwork
", "size", size, "sent",
952
bool ret =
SendPacketToNetwork
(buffer_to_send_ptr, length, options);
[
all
...]
rtp_sender.h
351
bool
SendPacketToNetwork
(const uint8_t* packet,
Completed in 469 milliseconds