Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dport.cc513 write_state_(STATE_WRITE_CONNECT), connected_(true), pruned_(false), in Connection()
586 set_write_state(STATE_WRITE_CONNECT); in OnReadPacket()
624 set_write_state(STATE_WRITE_CONNECT); in OnReadPacket()
714 set_write_state(STATE_WRITE_CONNECT); in UpdateState()
717 if ((write_state_ == STATE_WRITE_CONNECT) && in UpdateState()
Dport.h297 STATE_WRITE_CONNECT = 1, // we have had a few ping failures enumerator
Dp2ptransportchannel.cc595 case Connection::STATE_WRITE_CONNECT: in SortConnections()