Exemplo n.º 1
0
 JNIEXPORT void JNICALL
 Java_com_android_accelerometergraph_AccelerometerGraphJNI_surfaceCreated(JNIEnv *env, jclass type) {
     (void)env;
     (void)type;
     gSensorGraph.surfaceCreated();
 }
Exemplo n.º 2
0
 JNIEXPORT void JNICALL
 Java_sample_hawk_com_mybasicappcomponents_jni_AccelerometerGraphJNI_surfaceCreated(JNIEnv *env, jclass type) {
     (void)env;
     (void)type;
     gSensorGraph.surfaceCreated();
 }