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

  /external/webrtc/webrtc/p2p/base/
port.h 528 uint32_t last_ping_sent() const { return last_ping_sent_; }
620 uint32_t last_ping_sent_; // last time we sent a ping to the other side member in class:cricket::Connection
port.cc 779 last_ping_sent_(0),
    [all...]

Completed in 359 milliseconds