Home | History | Annotate | Download | only in common

Lines Matching refs:mDrmInfo

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