Searched defs:new_func_ptr (Results 1 - 1 of 1) sorted by path

/gdk/samples/PhotoEditor/jni/
H A D_jni.cpp55 void *new_func_ptr[JNI_max]; local
89 new_func_ptr[i] = bccGetFuncAddr(script_ref, JNIFunc[i].func_name);
90 if (new_func_ptr[i] == NULL) {
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 60 milliseconds