Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dport.h437 STATE_WRITE_UNRELIABLE = 1, // we have had a few ping failures enumerator
Dport.cc1154 set_write_state(STATE_WRITE_UNRELIABLE); in UpdateState()
1157 if ((write_state_ == STATE_WRITE_UNRELIABLE || in UpdateState()
Dport_unittest.cc2349 EXPECT_EQ(Connection::STATE_WRITE_UNRELIABLE, ch1.conn()->write_state()); in TEST_F()