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