Searched refs:SetShortArrayRegion (Results 1 – 2 of 2) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 443 void (*SetShortArrayRegion)(JNIEnv*, jshortArray, member 958 void SetShortArrayRegion(jshortArray array, jsize start, jsize len, in SetShortArrayRegion() function 960 { functions->SetShortArrayRegion(this, array, start, len, buf); } in SetShortArrayRegion()
|
/dalvik/vm/ |
D | Jni.c | 3976 SetShortArrayRegion,
|