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()
101 absl::c_any_of(connections_, [](const Connection* conn) { in SelectConnectionToPing()
109 const Connection* conn = nullptr; in SelectConnectionToPing() local
117 void BasicIceController::MarkConnectionPinged(const Connection* conn) { in MarkConnectionPinged()
148 [this, now](const Connection* conn) { in FindNextPingableConnection()
177 [this, now](const Connection* conn) { in FindNextPingableConnection()
189 [this, now](const Connection* conn) { return IsPingable(conn, now); }); in FindNextPingableConnection()
213 for (auto* conn : connections_) { in FindOldestConnectionNeedingTriggeredCheck() local
236 const Connection* conn, in WritableConnectionPastPingInterval()
243 const Connection* conn, in CalculateActiveWritablePingInterval()
264 bool BasicIceController::IsPingable(const Connection* conn, int64_t now) const { in IsPingable() argument
345 [conn1, conn2](const Connection* conn) { in MorePingable()
394 for (const Connection* conn : connections_) { in GetBestConnectionByNetwork() local
406 const Connection* conn = kv.second; in GetBestWritableConnectionPerNetwork() local
771 for (const Connection* conn : connections_) { in PruneConnections() local
791 bool BasicIceController::GetUseCandidateAttr(const Connection* conn, in GetUseCandidateAttr()