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

/dalvik/vm/
H A DJni.c3040 static jsize GetArrayLength(JNIEnv* env, jarray jarr) function
4124 GetArrayLength,
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h379 jsize (*GetArrayLength)(JNIEnv*, jarray); member in struct:JNINativeInterface
851 jsize GetArrayLength(jarray array) function in struct:_JNIEnv
852 { return functions->GetArrayLength(this, array); }

Completed in 90 milliseconds