Home
last modified time | relevance | path

Searched refs:jChannelIndexMasks (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1296 ScopedLocalRef<jintArray> jChannelIndexMasks(env, env->NewIntArray(numIndexMasks)); in convertAudioPortFromNative() local
1297 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()