Home
last modified time | relevance | path

Searched refs:GetNextClock (Results 1 – 21 of 21) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/SI/
H A DSI_DeviceGBA.cpp149 static std::unique_ptr<sf::TcpSocket> GetNextClock() in GetNextClock() function
188 if (!(m_clock_sync = GetNextClock())) in ClockSync()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dpseudo_tcp.h87 bool GetNextClock(uint32_t now, long& timeout);
H A Dpseudo_tcp_unittest.cc187 tcp->GetNextClock(PseudoTcp::Now(), interval); in UpdateClock()
H A Dpseudo_tcp.cc363 bool PseudoTcp::GetNextClock(uint32_t now, long& timeout) { in GetNextClock() function in cricket::PseudoTcp
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dpseudotcp.h94 bool GetNextClock(uint32 now, long& timeout);
H A Dpseudotcp_unittest.cc178 tcp->GetNextClock(PseudoTcp::Now(), interval); in UpdateClock()
H A Dpseudotcp.cc387 bool PseudoTcp::GetNextClock(uint32 now, long& timeout) { in GetNextClock() function in cricket::PseudoTcp
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dpseudotcp.h79 bool GetNextClock(uint32_t now, long& timeout);
H A Dpseudotcp_unittest.cc160 tcp->GetNextClock(PseudoTcp::Now(), interval); in UpdateClock()
H A Dpseudotcp.cc368 bool PseudoTcp::GetNextClock(uint32_t now, long& timeout) { in GetNextClock() function in cricket::PseudoTcp
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dpseudotcp.h79 bool GetNextClock(uint32 now, long& timeout);
H A Dpseudotcp_unittest.cc161 tcp->GetNextClock(PseudoTcp::Now(), interval); in UpdateClock()
H A Dpseudotcp.cc361 bool PseudoTcp::GetNextClock(uint32 now, long& timeout) { in foo()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dpseudo_tcp.h88 bool GetNextClock(uint32_t now, long& timeout);
H A Dpseudo_tcp_unittest.cc187 tcp->GetNextClock(PseudoTcp::Now(), interval); in UpdateClock()
H A Dpseudo_tcp.cc364 bool PseudoTcp::GetNextClock(uint32_t now, long& timeout) { in GetNextClock() function in cricket::PseudoTcp
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dpseudo_tcp.h88 bool GetNextClock(uint32_t now, long& timeout);
H A Dpseudo_tcp_unittest.cc187 tcp->GetNextClock(PseudoTcp::Now(), interval); in UpdateClock()
H A Dpseudo_tcp.cc364 bool PseudoTcp::GetNextClock(uint32_t now, long& timeout) { in GetNextClock() function in cricket::PseudoTcp
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dpseudotcp_adapter.cc417 if (pseudo_tcp_.GetNextClock(PseudoTcp::Now(), timeout)) { in AdjustClock()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/tunnel/
H A Dpseudotcpchannel.cc519 if (tcp_->GetNextClock(PseudoTcp::Now(), timeout)) { in AdjustClock()