MCPcopy 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
267void DrawFrame(JNIEnv*, jclass) {
268 gSensorGraph.update();
269 gSensorGraph.render();
270}
271
272void Pause(JNIEnv*, jclass) { gSensorGraph.pause(); }
273

Callers 1

DoTickMethod · 0.85

Calls 2

updateMethod · 0.80
renderMethod · 0.45

Tested by

no test coverage detected