Searched refs:jindex (Results 1 – 2 of 2) sorted by relevance
122 JNIEnv *env, jobject, jint jid, jint jindex, jfloatArray params) { in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative() argument125 int index = static_cast<size_t>(jindex); in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative()142 JNIEnv *, jobject, jint jindex, jboolean jenable) { in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative() argument144 auto ind = static_cast<size_t>(jindex); in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative()
2589 jlong jindex; in cbObjectCounterFromRef() local2630 jindex = JLONG_ABS(class_tag); in cbObjectCounterFromRef()2631 index = CLASSTAG2INDEX(jindex); in cbObjectCounterFromRef()