Home
last modified time | relevance | path

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

/libnativehelper/
DJNIPlatformHelp.c76 return (*env)->CallStaticIntMethod(env, nioAccessClass, getBaseArrayOffsetMethod, nioBuffer); in jniGetNioBufferBaseArrayOffset()
/libnativehelper/include_jni/
Djni.h331 jint (*CallStaticIntMethod)(JNIEnv*, jclass, jmethodID, ...); member