Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.h79 void NotifyClock(uint32_t now);
Dpseudo_tcp_unittest.cc208 local_.NotifyClock(PseudoTcp::Now()); in OnMessage()
212 remote_.NotifyClock(PseudoTcp::Now()); in OnMessage()
Dpseudo_tcp.cc283 void PseudoTcp::NotifyClock(uint32_t now) { in NotifyClock() function in cricket::PseudoTcp