Searched refs:GetDoubleArrayElements (Results 1 – 2 of 2) sorted by relevance
100 double *pSamples = (*env)->GetDoubleArrayElements(env, samplesArray, 0); in Java_org_drrickorang_loopback_NativeAudioThread_nativeProcessNext()
666 jdouble * (JNICALL *GetDoubleArrayElements)1685 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) { in GetDoubleArrayElements() function1686 return functions->GetDoubleArrayElements(this,array,isCopy); in GetDoubleArrayElements()