Searched refs:GetShortArrayRegion (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSMemory.cpp205 _env->GetShortArrayRegion(src, offset, length, dst);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h425 void (*GetShortArrayRegion)(JNIEnv*, jshortArray, member in struct:JNINativeInterface
933 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, function in struct:_JNIEnv
935 { functions->GetShortArrayRegion(this, array, start, len, buf); }
/dalvik/vm/
H A DJni.c4159 GetShortArrayRegion,

Completed in 3388 milliseconds