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

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

Completed in 10 milliseconds