JNIEXPORT void JNICALL Java_com_android_accelerometergraph_AccelerometerGraphJNI_surfaceCreated(JNIEnv *env, jclass type) { (void)env; (void)type; gSensorGraph.surfaceCreated(); }
JNIEXPORT void JNICALL Java_sample_hawk_com_mybasicappcomponents_jni_AccelerometerGraphJNI_surfaceCreated(JNIEnv *env, jclass type) { (void)env; (void)type; gSensorGraph.surfaceCreated(); }