Home
last modified time | relevance | path

Searched refs:clock_check (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/base/
Dpseudo_tcp.h164 bool clock_check(uint32_t now, long& nTimeout);
Dpseudo_tcp.cc364 return clock_check(now, timeout); in GetNextClock()
600 bool PseudoTcp::clock_check(uint32_t now, long& nTimeout) { in clock_check() function in cricket::PseudoTcp