Lines Matching defs:conn
18 bool IsRelayRelay(const cricket::Connection* conn) { in IsRelayRelay()
23 bool IsUdp(const cricket::Connection* conn) { in IsUdp()
34 const cricket::Connection* conn, in LocalCandidateUsesPreferredNetwork()
103 absl::c_any_of(connections_, [](const Connection* conn) { in SelectConnectionToPing()
111 const Connection* conn = nullptr; in SelectConnectionToPing() local
119 void BasicIceController::MarkConnectionPinged(const Connection* conn) { in MarkConnectionPinged()
150 [this, now](const Connection* conn) { in FindNextPingableConnection()
179 [this, now](const Connection* conn) { in FindNextPingableConnection()
191 [this, now](const Connection* conn) { return IsPingable(conn, now); }); in FindNextPingableConnection()
215 for (auto* conn : connections_) { in FindOldestConnectionNeedingTriggeredCheck() local
238 const Connection* conn, in WritableConnectionPastPingInterval()
245 const Connection* conn, in CalculateActiveWritablePingInterval()
266 bool BasicIceController::IsPingable(const Connection* conn, int64_t now) const { in IsPingable() argument
347 [conn1, conn2](const Connection* conn) { in MorePingable()
396 for (const Connection* conn : connections_) { in GetBestConnectionByNetwork() local
408 const Connection* conn = kv.second; in GetBestWritableConnectionPerNetwork() local
797 for (const Connection* conn : connections_) { in PruneConnections() local
817 bool BasicIceController::GetUseCandidateAttr(const Connection* conn, in GetUseCandidateAttr()