Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1313 ScopedLocalRef<jintArray> jChannelMasks(env, env->NewIntArray(numPositionMasks)); in convertAudioProfileFromNative() local
1315 if (!jSamplingRates.get() || !jChannelMasks.get() || !jChannelIndexMasks.get()) { in convertAudioProfileFromNative()
1334 env->SetIntArrayRegion(jChannelMasks.get(), posMaskIndex++, 1, &jMask); in convertAudioProfileFromNative()
1345 jSamplingRates.get(), jChannelMasks.get(), in convertAudioProfileFromNative()
1416 jChannelMasks(env, in convertAudioPortFromNative() local
1432 jSamplingRates.get(), jChannelMasks.get(), in convertAudioPortFromNative()