Home
last modified time | relevance | path

Searched refs:STATE_WRITE_UNRELIABLE (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dport.h439 STATE_WRITE_UNRELIABLE = 1, // we have had a few ping failures enumerator
Dport.cc1071 set_write_state(STATE_WRITE_UNRELIABLE); in UpdateState()
1073 if ((write_state_ == STATE_WRITE_UNRELIABLE || in UpdateState()
Dport_unittest.cc2306 EXPECT_EQ(Connection::STATE_WRITE_UNRELIABLE, ch1.conn()->write_state()); in TEST_F()