Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport.cc1086 uint32_t last_recv_time = last_received(); in UpdateState()
1123 if (last_received() > 0) { in dead()
1129 return (now > (last_received() + DEAD_CONNECTION_RECEIVE_TIMEOUT)); in dead()
1310 uint32_t Connection::last_received() const { in last_received() function in cricket::Connection
Dport.h575 uint32_t last_received() const;