Searched refs:nValues (Results 1 – 2 of 2) sorted by relevance
189 uint32_t nValues = mNumValuesInCurrEntry % mEntryCapacity; in add() local190 if (nEntries == 0 && nValues == 0) { in add()196 uint32_t pos = nEntries * mEntryCapacity + nValues; in add()
632 int *nValues = env->GetIntArrayElements(jValues, NULL); in convertAudioGainConfigToNative() local634 memcpy(nAudioGainConfig->values, nValues, size * sizeof(int)); in convertAudioGainConfigToNative()