Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h247 struct LoggedRtcpPacketBye { struct
248 LoggedRtcpPacketBye() = default;
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.h602 const std::vector<LoggedRtcpPacketBye>& byes( in RTC_POP_IGNORING_WUNDEF()
847 std::vector<LoggedRtcpPacketBye> incoming_bye_; in RTC_POP_IGNORING_WUNDEF()
848 std::vector<LoggedRtcpPacketBye> outgoing_bye_; in RTC_POP_IGNORING_WUNDEF()
H A Drtc_event_log_unittest_helper.h282 const LoggedRtcpPacketBye& logged_bye);
H A Drtc_event_log_unittest_helper.cc1229 const LoggedRtcpPacketBye& logged_bye) { in VerifyLoggedBye()
H A Drtc_event_log_parser.cc682 std::vector<LoggedRtcpPacketBye>* bye_list, in StoreRtcpBlocks()
724 LoggedRtcpPacketBye parsed_block; in StoreRtcpBlocks()