Home
last modified time | relevance | path

Searched defs:OnSendPacket (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dsend_delay_stats_unittest.cc52 void OnSendPacket(uint16_t id, uint32_t ssrc) { in OnSendPacket() function in webrtc::SendDelayStatsTest
56 void OnSendPacket(uint16_t id, uint32_t ssrc, int64_t capture_ms) { in OnSendPacket() function in webrtc::SendDelayStatsTest
H A Dsend_delay_stats.cc72 void SendDelayStats::OnSendPacket(uint16_t packet_id, in OnSendPacket() function in webrtc::SendDelayStats
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dabsolute_capture_time_sender.cc42 absl::optional<AbsoluteCaptureTime> AbsoluteCaptureTimeSender::OnSendPacket( in OnSendPacket() function in webrtc::AbsoluteCaptureTimeSender
H A Drtp_rtcp_impl2_unittest.cc196 void OnSendPacket(uint16_t packet_id, in OnSendPacket() function in webrtc::__anona941dee60111::RtpRtcpModule
/aosp_15_r20/external/webrtc/p2p/base/
H A Dstun_request_unittest.cc53 void OnSendPacket(const void* data, size_t size, StunRequest* req) { in OnSendPacket() function in cricket::StunRequestTest
H A Dstun_port.cc626 void UDPPort::OnSendPacket(const void* data, size_t size, StunRequest* req) { in OnSendPacket() function in cricket::UDPPort