Searched refs:best_nominated_connection (Results 1 – 2 of 2) sorted by relevance
246 Connection* best_nominated_connection() const;
1022 if (ice_role_ == ICEROLE_CONTROLLING || best_nominated_connection()) { in SortConnections()1046 Connection* P2PTransportChannel::best_nominated_connection() const { in best_nominated_connection() function in cricket::P2PTransportChannel1421 if (ice_role_ == ICEROLE_CONTROLLED && !best_nominated_connection() && in OnReadPacket()