Searched refs:nValues (Results 1 – 2 of 2) sorted by relevance
257 uint32_t nValues = mNumValuesInCurrEntry % ENTRY_SIZE; in add() local258 if (nEntries == 0 && nValues == 0) { in add()264 uint32_t pos = nEntries * ENTRY_SIZE + nValues; in add()
837 int *nValues = env->GetIntArrayElements(jValues, NULL); in convertAudioGainConfigToNative() local839 memcpy(nAudioGainConfig->values, nValues, size * sizeof(int)); in convertAudioGainConfigToNative()