Home
last modified time | relevance | path

Searched defs:RtcEventRouteChange (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_route_change.cc17 RtcEventRouteChange::RtcEventRouteChange(bool connected, uint32_t overhead) in RtcEventRouteChange() function in webrtc::RtcEventRouteChange
20 RtcEventRouteChange::RtcEventRouteChange(const RtcEventRouteChange& other) in RtcEventRouteChange() function in webrtc::RtcEventRouteChange
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_new_format.h30 class RtcEventRouteChange; variable
H A Drtc_event_log_encoder_unittest.cc232 TEST_P(RtcEventLogEncoderTest, RtcEventRouteChange) { in TEST_P() argument