Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1119 jintArray jChannelIndexMasks = NULL; in convertAudioPortFromNative() local
1191 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()