Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
surfaceChanged
Method · 0.95
run
Method · 0.80
Voltage
Method · 0.80
BluetoothServerPort
Method · 0.80
BluetoothClientPort
Method · 0.80
BMP085
Method · 0.80
Nunchuck
Method · 0.80
I2Cbaro
Method · 0.80
InputThread
Method · 0.80
OutputThread
Method · 0.80
IOIOAgent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected