Searched refs:jChannelIndexMasks (Results 1 – 1 of 1) sorted by relevance
1119 jintArray jChannelIndexMasks = NULL; in convertAudioPortFromNative() local1191 jChannelIndexMasks = env->NewIntArray(numIndexMasks); in convertAudioPortFromNative()1192 if (jChannelIndexMasks == NULL) { in convertAudioPortFromNative()1204 env->SetIntArrayRegion(jChannelIndexMasks, indexedMaskIndex++, 1, &jMask); in convertAudioPortFromNative()1282 jSamplingRates, jChannelMasks, jChannelIndexMasks, in convertAudioPortFromNative()1291 jSamplingRates, jChannelMasks, jChannelIndexMasks, in convertAudioPortFromNative()1323 if (jChannelIndexMasks != NULL) { in convertAudioPortFromNative()1324 env->DeleteLocalRef(jChannelIndexMasks); in convertAudioPortFromNative()