Home | History | Annotate | Download | only in jni

Lines Matching refs:allowIndirectBuffersID

73 static jmethodID allowIndirectBuffersID;
108 allowIndirectBuffersID = _env->GetStaticMethodID(g11impClassLocal,
165 sIndirectBufferCompatability = _env->CallStaticBooleanMethod(G11ImplClass, allowIndirectBuffersID, appName) ? 2 : 1;