JNIEXPORT void JNICALL Java_com_android_accelerometergraph_AccelerometerGraphJNI_surfaceChanged( JNIEnv *env, jclass type, jint width, jint height) { (void)env; (void)type; gSensorGraph.surfaceChanged(width, height); }
JNIEXPORT void JNICALL Java_sample_hawk_com_mybasicappcomponents_jni_AccelerometerGraphJNI_surfaceChanged( JNIEnv *env, jclass type, jint width, jint height) { (void)env; (void)type; gSensorGraph.surfaceChanged(width, height); }