Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dice_transport_internal.cc37 receiving_switching_delay(receiving_switching_delay_ms) {} in IceConfig()
57 return receiving_switching_delay.value_or(RECEIVING_SWITCHING_DELAY); in receiving_switching_delay_or_default()
Dice_transport_internal.h118 absl::optional<int> receiving_switching_delay; member
Dp2p_transport_channel.cc589 if (config_.receiving_switching_delay != config.receiving_switching_delay) { in SetIceConfig()
590 config_.receiving_switching_delay = config.receiving_switching_delay; in SetIceConfig()
Dp2p_transport_channel_unittest.cc4300 config.receiving_switching_delay = 800; in TEST_F()