Searched defs:JNIFunc (Results 1 - 1 of 1) sorted by relevance

/gdk/samples/PhotoEditor/jni/
H A D_jni.cpp17 JNIFuncType JNIFunc[JNI_max] = variable
27 #define DEFINE(f) JNIFunc[ JNI_ ## f ].func_ptr = (void *)f;
89 new_func_ptr[i] = bccGetFuncAddr(script_ref, JNIFunc[i].func_name);
91 LOGE("Error! Cannot find %s()\n", JNIFunc[i].func_name);
95 LOGI("Found %s() @ 0x%x", JNIFunc[i].func_name, (unsigned)new_func_ptr[i]);
104 JNIFunc[i].func_ptr = new_func_ptr[i];

Completed in 3 milliseconds