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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h387 jshortArray (*NewShortArray)(JNIEnv*, jsize); member in struct:JNINativeInterface
871 jshortArray NewShortArray(jsize length) function in struct:_JNIEnv
872 { return functions->NewShortArray(this, length); }

Completed in 144 milliseconds