Searched refs:maskIndex (Results 1 – 2 of 2) sorted by relevance
238 final int maskIndex = (index / Long.SIZE) - 1; in isRemovedLocked() local239 if (maskIndex >= mRemainderRemoved.length) { in isRemovedLocked()244 final long bits = mRemainderRemoved[maskIndex]; in isRemovedLocked()
1326 for (size_t maskIndex = 0, posMaskIndex = 0, indexedMaskIndex = 0; in convertAudioProfileFromNative() local1327 maskIndex < nAudioProfile->num_channel_masks; maskIndex++) { in convertAudioProfileFromNative()1328 const audio_channel_mask_t mask = nAudioProfile->channel_masks[maskIndex]; in convertAudioProfileFromNative()