HomeSort by relevance Sort by last modified time
    Searched refs:NotifyClock (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 88 void NotifyClock(uint32 now);
94 // Call this to determine the next time NotifyClock should be called.
pseudotcp_unittest.cc 201 local_.NotifyClock(PseudoTcp::Now());
205 remote_.NotifyClock(PseudoTcp::Now());
pseudotcp.cc 299 void PseudoTcp::NotifyClock(uint32 now) {
    [all...]
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.cc 44 // This is triggered by NotifyClock or NotifyPacket.
46 // This is triggered by NotifyClock, NotifyPacket, Recv and Send.
443 pseudo_tcp_.NotifyClock(PseudoTcp::Now());
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 453 tcp_->NotifyClock(PseudoTcp::Now());

Completed in 2403 milliseconds