Home
last modified time | relevance | path

Searched refs:LoggedRtcpPacketLossNotification (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h436 struct LoggedRtcpPacketLossNotification { struct
437 LoggedRtcpPacketLossNotification() = default;
438 LoggedRtcpPacketLossNotification( in LoggedRtcpPacketLossNotification() function
Drtc_event_log_parser.h593 const std::vector<LoggedRtcpPacketLossNotification>& loss_notifications( in RTC_POP_IGNORING_WUNDEF()
825 std::vector<LoggedRtcpPacketLossNotification> incoming_loss_notification_; in RTC_POP_IGNORING_WUNDEF()
826 std::vector<LoggedRtcpPacketLossNotification> outgoing_loss_notification_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.h286 const LoggedRtcpPacketLossNotification& logged_loss_notification);
Drtc_event_log_unittest_helper.cc1197 const LoggedRtcpPacketLossNotification& logged_loss_notification) { in VerifyLoggedLossNotification()
Drtc_event_log_parser.cc680 std::vector<LoggedRtcpPacketLossNotification>* loss_notification_list) { in StoreRtcpBlocks()
735 LoggedRtcpPacketLossNotification parsed_block; in StoreRtcpBlocks()