Home
last modified time | relevance | path

Searched refs:jindex (Results 1 – 2 of 2) sorted by relevance

/external/oboe/apps/fxlab/app/src/main/cpp/
Dnative-lib.cpp122 JNIEnv *env, jobject, jint jid, jint jindex, jfloatArray params) { in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative() argument
125 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() argument
144 auto ind = static_cast<size_t>(jindex); in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative()
/external/oj-libjdwp/src/share/back/
Dutil.c2589 jlong jindex; in cbObjectCounterFromRef() local
2630 jindex = JLONG_ABS(class_tag); in cbObjectCounterFromRef()
2631 index = CLASSTAG2INDEX(jindex); in cbObjectCounterFromRef()