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

  /external/libgdx/gdx/src/com/badlogic/gdx/net/
ServerSocketHints.java 36 public int performancePrefConnectionTime = 0;
37 /** See performancePrefConnectionTime for details. */
39 /** See performancePrefConnectionTime for details. */
SocketHints.java 34 public int performancePrefConnectionTime = 0;
NetJavaServerSocketImpl.java 52 server.setPerformancePreferences(hints.performancePrefConnectionTime, hints.performancePrefLatency,
NetJavaSocketImpl.java 63 socket.setPerformancePreferences(hints.performancePrefConnectionTime, hints.performancePrefLatency,

Completed in 2660 milliseconds