Home | History | Annotate | Download | only in common

Lines Matching refs:mIndex

70     mDrmInfo(keyIterator.mDrmInfo), mIndex(keyIterator.mIndex) {
75 return (mIndex < mDrmInfo->mAttributes.size());
79 const String8& key = mDrmInfo->mAttributes.keyAt(mIndex);
80 mIndex++;
86 mIndex = keyIterator.mIndex;
92 : mDrmInfo(iterator.mDrmInfo), mIndex(iterator.mIndex) {
98 mIndex = iterator.mIndex;
103 return mIndex < mDrmInfo->mAttributes.size();
107 String8& value = mDrmInfo->mAttributes.editValueAt(mIndex);
108 mIndex++;