Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h246 Connection* best_nominated_connection() const;
Dp2ptransportchannel.cc1022 if (ice_role_ == ICEROLE_CONTROLLING || best_nominated_connection()) { in SortConnections()
1046 Connection* P2PTransportChannel::best_nominated_connection() const { in best_nominated_connection() function in cricket::P2PTransportChannel
1421 if (ice_role_ == ICEROLE_CONTROLLED && !best_nominated_connection() && in OnReadPacket()