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

  /external/deqp/execserver/
xsProtocol.hpp 42 KEEPALIVE_TIMEOUT = 30000,
xsExecutionServer.cpp 327 if (curTime - m_lastKeepAliveReceived > KEEPALIVE_TIMEOUT*1000)
  /external/deqp/executor/
xeTcpIpLink.cpp 520 if ((deInt64)curTime-(deInt64)lastKeepalive > xs::KEEPALIVE_TIMEOUT*1000)
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 98 private static final int KEEPALIVE_TIMEOUT = 5; // in seconds
    [all...]

Completed in 857 milliseconds