Home | History | Annotate | Download | only in jni

Lines Matching defs:nScriptSetVarObj

1698 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val)
1701 ALOGD("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%" PRId64 ")", (RsContext)con, (void *)script,
2546 {"rsnScriptSetVarObj", "(JJIJ)V", (void*)nScriptSetVarObj },