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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h447 void (*SetLongArrayRegion)(JNIEnv*, jlongArray, member in struct:JNINativeInterface
964 void SetLongArrayRegion(jlongArray array, jsize start, jsize len, function in struct:_JNIEnv
966 { functions->SetLongArrayRegion(this, array, start, len, buf); }

Completed in 73 milliseconds