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

/libnativehelper/include/nativehelper/
H A Djni.h369 jshort (*GetStaticShortField)(JNIEnv*, jclass, jfieldID); member in struct:JNINativeInterface
812 jshort GetStaticShortField(jclass clazz, jfieldID fieldID) function in struct:_JNIEnv
813 { return functions->GetStaticShortField(this, clazz, fieldID); }

Completed in 10 milliseconds