HomeSort by relevance Sort by last modified time
    Searched refs:last_ping_sent_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 348 uint32 last_ping_sent() const { return last_ping_sent_; }
394 uint32 last_ping_sent_; // last time we sent a ping to the other side member in class:cricket::Connection
port.cc 515 last_ping_sent_(0), last_ping_received_(0), last_data_received_(0),
730 last_ping_sent_ = now;

Completed in 310 milliseconds