Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android/ndk-samples
/ DrawFrame
Function
DrawFrame
sensor-graph/accelerometer/src/main/cpp/sensorgraph.cpp:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void DrawFrame(JNIEnv*, jclass) {
268
gSensorGraph.update();
269
gSensorGraph.render();
270
}
271
272
void Pause(JNIEnv*, jclass) { gSensorGraph.pause(); }
273
Callers
1
DoTick
Method · 0.85
Calls
2
update
Method · 0.80
render
Method · 0.45
Tested by
no test coverage detected