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

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h642 jdouble * (JNICALL *GetDoubleArrayElements) member in struct:JNINativeInterface_
1599 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) { function in struct:JNIEnv_
1600 return functions->GetDoubleArrayElements(this,array,isCopy);

Completed in 102 milliseconds