Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dpseudotcp.h85 void NotifyClock(uint32 now);
Dpseudotcp.cc291 void PseudoTcp::NotifyClock(uint32 now) { in NotifyClock() function in cricket::PseudoTcp
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc442 tcp_->NotifyClock(PseudoTcp::Now()); in OnMessage()