MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / setTimeout

Method setTimeout

android/src/OutputThread.java:90–92  ·  view source on GitHub ↗
(int _timeout)

Source from the content-addressed store, hash-verified

88 }
89
90 void setTimeout(int _timeout) {
91 timeout = _timeout;
92 }
93
94 private void shift() {
95 System.arraycopy(buffer, head, buffer, 0, tail - head);

Callers 2

setMethod · 0.80
setWriteTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected