Home
last modified time | relevance | path

Searched refs:NotifyClock (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.h71 void NotifyClock(uint32_t now);
Dpseudotcp_unittest.cc183 local_.NotifyClock(PseudoTcp::Now()); in OnMessage()
187 remote_.NotifyClock(PseudoTcp::Now()); in OnMessage()
Dpseudotcp.cc287 void PseudoTcp::NotifyClock(uint32_t now) { in NotifyClock() function in cricket::PseudoTcp