Searched defs:GetIntField (Results 1 - 1 of 1) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h297 jint (*GetIntField)(JNIEnv*, jobject, jfieldID); member in struct:JNINativeInterface
705 jint GetIntField(jobject obj, jfieldID fieldID) function in struct:_JNIEnv
706 { return functions->GetIntField(this, obj, fieldID); }

Completed in 61 milliseconds