Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1314 ScopedLocalRef<jintArray> jChannelIndexMasks(env, env->NewIntArray(numIndexMasks)); in convertAudioProfileFromNative() local
1315 if (!jSamplingRates.get() || !jChannelMasks.get() || !jChannelIndexMasks.get()) { in convertAudioProfileFromNative()
1331 env->SetIntArrayRegion(jChannelIndexMasks.get(), indexedMaskIndex++, 1, &jMask); in convertAudioProfileFromNative()
1346 jChannelIndexMasks.get(), encapsulationType)); in convertAudioProfileFromNative()
1421 jChannelIndexMasks(env, in convertAudioPortFromNative() local
1433 jChannelIndexMasks.get(), encapsulationType)); in convertAudioPortFromNative()