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

  /external/webrtc/webrtc/p2p/base/
port.h 537 uint32_t last_ping_received() const { return last_ping_received_; }
621 uint32_t last_ping_received_; // last time we received a ping from the other member in class:cricket::Connection
port.cc 780 last_ping_received_(0),
    [all...]

Completed in 147 milliseconds