Searched refs:check_receiving_delay (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel.h92 // This also sets the check_receiving_delay proportionally.
165 int check_receiving_delay() const { return check_receiving_delay_; } function in class:cricket::P2PTransportChannel
H A Dp2ptransportchannel_unittest.cc1977 EXPECT_LE(200, ch.check_receiving_delay());
1980 EXPECT_EQ(50, ch.check_receiving_delay());

Completed in 143 milliseconds