Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel.h248 bool FindConnection(const Connection* connection) const;
357 RTC_DCHECK(FindConnection(conn)); in FromIceController()
Dp2p_transport_channel.cc1409 bool P2PTransportChannel::FindConnection(const Connection* connection) const { in FindConnection() function in cricket::P2PTransportChannel
2118 if (!FindConnection(connection)) in OnReadPacket()