Searched refs:maskIndex (Results 1 – 3 of 3) sorted by relevance
237 final int maskIndex = (index / Long.SIZE) - 1; in isRemovedLocked() local238 if (maskIndex >= mRemainderRemoved.length) { in isRemovedLocked()243 final long bits = mRemainderRemoved[maskIndex]; in isRemovedLocked()
1199 for (size_t maskIndex = 0, posMaskIndex = 0, indexedMaskIndex = 0; in convertAudioPortFromNative() local1200 maskIndex < nAudioPort->num_channel_masks; maskIndex++) { in convertAudioPortFromNative()1201 const audio_channel_mask_t mask = nAudioPort->channel_masks[maskIndex]; in convertAudioPortFromNative()
6091 for (size_t maskIndex = 0; maskIndex < channelMasks.size(); ) { in modifySurroundChannelMasks() local6092 audio_channel_mask_t channelMask = channelMasks[maskIndex]; in modifySurroundChannelMasks()6095 channelMasks.removeAt(maskIndex); in modifySurroundChannelMasks()6097 maskIndex++; in modifySurroundChannelMasks()