Home | History | Annotate | Download | only in jni

Lines Matching refs:nValues

516     int *nValues = env->GetIntArrayElements(jValues, NULL);
518 memcpy(nAudioGainConfig->values, nValues, size * sizeof(int));