Searched refs:GetNextClock (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h83 // Call this based on timeout value returned from GetNextClock.
93 bool GetNextClock(uint32 now, long& timeout);
H A Dpseudotcp.cc369 bool PseudoTcp::GetNextClock(uint32 now, long& timeout) { function in class:cricket::PseudoTcp
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h86 // Call this based on timeout value returned from GetNextClock.
96 bool GetNextClock(uint32 now, long& timeout);
H A Dpseudotcp_unittest.cc178 tcp->GetNextClock(PseudoTcp::Now(), interval);
H A Dpseudotcp.cc387 bool PseudoTcp::GetNextClock(uint32 now, long& timeout) { function in class:cricket::PseudoTcp
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc518 if (tcp_->GetNextClock(PseudoTcp::Now(), timeout)) {
/external/chromium_org/jingle/glue/
H A Dpseudotcp_adapter.cc431 if (pseudo_tcp_.GetNextClock(PseudoTcp::Now(), timeout)) {
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc527 if (tcp_->GetNextClock(PseudoTcp::Now(), timeout)) {

Completed in 416 milliseconds