Home
last modified time | relevance | path

Searched refs:LoggedRtcpPacket (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Dlogged_events.cc43 LoggedRtcpPacket::LoggedRtcpPacket(int64_t timestamp_us, in LoggedRtcpPacket() function in webrtc::LoggedRtcpPacket
47 LoggedRtcpPacket::LoggedRtcpPacket(int64_t timestamp_us, in LoggedRtcpPacket() function in webrtc::LoggedRtcpPacket
52 LoggedRtcpPacket::LoggedRtcpPacket(const LoggedRtcpPacket& rhs) = default;
53 LoggedRtcpPacket::~LoggedRtcpPacket() = default;
Dlogged_events.h297 struct LoggedRtcpPacket { struct
298 LoggedRtcpPacket(int64_t timestamp_us,
301 LoggedRtcpPacket(int64_t timestamp_us, const std::string& packet);
302 LoggedRtcpPacket(const LoggedRtcpPacket&);
303 ~LoggedRtcpPacket();
323 LoggedRtcpPacket rtcp; argument
337 LoggedRtcpPacket rtcp;