Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_route_change.cc18 : connected_(connected), overhead_(overhead) {} in RtcEventRouteChange()
23 overhead_(other.overhead_) {} in RtcEventRouteChange()
Drtc_event_route_change.h32 uint32_t overhead() const { return overhead_; } in overhead()
38 const uint32_t overhead_; variable