Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc215 best_connection_(NULL), in P2PTransportChannel()
657 if (best_connection_ != conn) { in OnNominated()
913 if (best_connection_ == NULL) { in SendPacket()
918 int sent = best_connection_->Send(data, len, options); in SendPacket()
921 error_ = best_connection_->GetError(); in SendPacket()
934 info.best_connection = (best_connection_ == connection); in GetStats()
1014 if (ShouldSwitch(best_connection_, top_connection, ice_role_)) { in SortConnections()
1047 return (best_connection_ && best_connection_->nominated()) ? best_connection_ in best_nominated_connection()
1088 Connection* old_best_connection = best_connection_; in SwitchBestConnectionTo()
1089 best_connection_ = conn; in SwitchBestConnectionTo()
[all …]
Dp2ptransportchannel.h105 const Connection* best_connection() const { return best_connection_; } in best_connection()
275 Connection* best_connection_; variable