Home
last modified time | relevance | path

Searched refs:receiving_switching_delay_or_default (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/p2p/base/
Dice_transport_internal.cc56 int IceConfig::receiving_switching_delay_or_default() const { in receiving_switching_delay_or_default() function in cricket::IceConfig
Dbasic_ice_controller.cc492 rtc::TimeMillis() - config_.receiving_switching_delay_or_default()); in ShouldSwitchConnection()
499 config_.receiving_switching_delay_or_default()) { in ShouldSwitchConnection()
506 config_.receiving_switching_delay_or_default(); in ShouldSwitchConnection()
Dice_transport_internal.h184 int receiving_switching_delay_or_default() const;
Dp2p_transport_channel.cc592 << config_.receiving_switching_delay_or_default(); in SetIceConfig()