Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport.h537 uint32_t last_ping_received() const { return last_ping_received_; } in last_ping_received()
621 uint32_t last_ping_received_; // last time we received a ping from the other variable
Dport.cc780 last_ping_received_(0), in Connection()
1067 << now - last_ping_received_ in UpdateState()
1106 last_ping_received_ = rtc::Time(); in ReceivedPing()
1312 std::max(last_ping_received_, last_ping_response_received_)); in last_received()