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

Method synchronousClose

android/src/IOIOAgent.java:175–182  ·  view source on GitHub ↗

Called by the connection thread to close the connection.

(IOIO ioio)

Source from the content-addressed store, hash-verified

173 * Called by the connection thread to close the connection.
174 */
175 private void synchronousClose(IOIO ioio) {
176 if (ioio == null)
177 return;
178
179 openFlag = false;
180 listener.onIOIODisconnect(ioio);
181 ioio.disconnect();
182 }
183
184 private void idle(IOIO ioio) {
185 if (interrupted())

Callers 1

runMethod · 0.95

Calls 1

onIOIODisconnectMethod · 0.65

Tested by

no test coverage detected