Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h214 bool IsPingable(Connection* conn, uint32_t now);
Dp2ptransportchannel.cc1221 bool P2PTransportChannel::IsPingable(Connection* conn, uint32_t now) { in IsPingable() function in cricket::P2PTransportChannel
1272 if (!IsPingable(conn, now)) { in FindNextPingableConnection()