Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java237 final int maskIndex = (index / Long.SIZE) - 1; in isRemovedLocked() local
238 if (maskIndex >= mRemainderRemoved.length) { in isRemovedLocked()
243 final long bits = mRemainderRemoved[maskIndex]; in isRemovedLocked()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1312 for (size_t maskIndex = 0, posMaskIndex = 0, indexedMaskIndex = 0; in convertAudioPortFromNative() local
1313 maskIndex < nAudioPort->audio_profiles[i].num_channel_masks; maskIndex++) { in convertAudioPortFromNative()
1315 nAudioPort->audio_profiles[i].channel_masks[maskIndex]; in convertAudioPortFromNative()