Searched refs:jChannelIndexMasks (Results 1 – 1 of 1) sorted by relevance
1296 ScopedLocalRef<jintArray> jChannelIndexMasks(env, env->NewIntArray(numIndexMasks)); in convertAudioPortFromNative() local1297 if (!jSamplingRates.get() || !jChannelMasks.get() || !jChannelIndexMasks.get()) { in convertAudioPortFromNative()1315 env->SetIntArrayRegion(jChannelIndexMasks.get(), indexedMaskIndex++, 1, &jMask); in convertAudioPortFromNative()1337 jChannelIndexMasks.get(), encapsulationType)); in convertAudioPortFromNative()1352 jChannelIndexMasks.get(), encapsulationType)); in convertAudioPortFromNative()