Home
last modified time | relevance | path

Searched refs:LogRtcpPacket (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/call/
Drtc_event_log.h72 virtual void LogRtcpPacket(bool incoming,
Drtc_event_log.cc54 void LogRtcpPacket(bool incoming, in LogRtcpPacket() function in webrtc::RtcEventLogImpl
81 void LogRtcpPacket(bool incoming,
361 void RtcEventLogImpl::LogRtcpPacket(bool incoming,
Drtc_event_log_unittest.cc486 log_dumper->LogRtcpPacket( in LogSessionAndReadBack()
647 log_dumper->LogRtcpPacket(true, MediaType::AUDIO, old_rtcp_packet->Buffer(), in DropOldEvents()
654 log_dumper->LogRtcpPacket(false, MediaType::VIDEO, in DropOldEvents()
Dcall.cc670 event_log_->LogRtcpPacket(true, media_type, packet, length); in DeliverRtcp()
680 event_log_->LogRtcpPacket(false, media_type, packet, length); in DeliverRtcp()