Home
last modified time | relevance | path

Searched refs:pending_best_connection_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc216 pending_best_connection_(NULL), in P2PTransportChannel()
658 pending_best_connection_ = NULL; in OnNominated()
669 pending_best_connection_ = conn; in OnNominated()
1331 if (connection == pending_best_connection_ && connection->writable()) { in OnConnectionStateChange()
1332 pending_best_connection_ = NULL; in OnConnectionStateChange()
1369 if (pending_best_connection_ == connection) { in OnConnectionDestroyed()
1370 pending_best_connection_ = NULL; in OnConnectionDestroyed()
Dp2ptransportchannel.h278 Connection* pending_best_connection_; variable