Home | History | Annotate | Download | only in jni

Lines Matching refs:nScriptGetVarI

1687 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot)
1690 ALOGD("nScriptGetVarI, con(%p), s(%p), slot(%i)", (RsContext)con, (void *)script, slot);
2536 {"rsnScriptGetVarI", "(JJI)I", (void*)nScriptGetVarI },