Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dconnection.h252 void PrintPingsSinceLastResponse(std::string* pings, size_t max);
Dconnection.cc769 void Connection::PrintPingsSinceLastResponse(std::string* s, size_t max) { in PrintPingsSinceLastResponse() function in cricket::Connection
790 PrintPingsSinceLastResponse(&pings, 5); in UpdateState()
1082 PrintPingsSinceLastResponse(&pings, 5); in OnConnectionRequestResponse()