Searched refs:LogRtcpPacket (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/call/ |
D | rtc_event_log.h | 72 virtual void LogRtcpPacket(bool incoming,
|
D | rtc_event_log.cc | 54 void LogRtcpPacket(bool incoming, in LogRtcpPacket() function in webrtc::RtcEventLogImpl 81 void LogRtcpPacket(bool incoming, 361 void RtcEventLogImpl::LogRtcpPacket(bool incoming,
|
D | rtc_event_log_unittest.cc | 486 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()
|
D | call.cc | 670 event_log_->LogRtcpPacket(true, media_type, packet, length); in DeliverRtcp() 680 event_log_->LogRtcpPacket(false, media_type, packet, length); in DeliverRtcp()
|