Lines Matching refs:Connection
141 const Connection* selected_connection() const override;
146 const Connection* best_connection() const { in best_connection()
180 Connection* FindNextPingableConnection();
181 void MarkConnectionPinged(Connection* conn);
184 rtc::ArrayView<Connection*> connections() const;
220 bool ReadyToSend(Connection* connection) const;
221 bool PresumedWritable(const Connection* conn) const;
231 void SwitchSelectedConnection(Connection* conn, IceControllerEvent reason);
248 bool FindConnection(const Connection* connection) const;
254 void PingConnection(Connection* conn);
256 void AddConnection(Connection* connection);
284 void OnConnectionStateChange(Connection* connection);
285 void OnReadPacket(Connection* connection,
290 void OnReadyToSend(Connection* connection);
291 void OnConnectionDestroyed(Connection* connection);
293 void OnNominated(Connection* conn);
297 void LogCandidatePairConfig(Connection* conn,
300 uint32_t GetNominationAttr(Connection* conn) const;
301 bool GetUseCandidateAttr(Connection* conn) const;
304 bool MaybeSwitchSelectedConnection(Connection* new_connection,
354 Connection* FromIceController(const Connection* conn) { in FromIceController()
358 return const_cast<Connection*>(conn); in FromIceController()
380 Connection* selected_connection_ RTC_GUARDED_BY(network_thread_) = nullptr;