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

Method start

android/src/NativeView.java:102–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 private void start() {
103 thread = new Thread(this, "NativeMain");
104 thread.start();
105 }
106
107 /**
108 * Called from TopCanvas::AcquireSurface() (native code).

Callers 11

surfaceChangedMethod · 0.95
runMethod · 0.80
VoltageMethod · 0.80
BluetoothServerPortMethod · 0.80
BluetoothClientPortMethod · 0.80
BMP085Method · 0.80
NunchuckMethod · 0.80
I2CbaroMethod · 0.80
InputThreadMethod · 0.80
OutputThreadMethod · 0.80
IOIOAgentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected