Searched refs:mDrmSupportInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp115 mDrmSupportInfo(iterator.mDrmSupportInfo),
122 mDrmSupportInfo = iterator.mDrmSupportInfo;
128 return mIndex < mDrmSupportInfo->mFileSuffixVector.size();
132 String8& value = mDrmSupportInfo->mFileSuffixVector.editItemAt(mIndex);
139 mDrmSupportInfo(iterator.mDrmSupportInfo),
146 mDrmSupportInfo = iterator.mDrmSupportInfo;
[all...]
/frameworks/av/include/drm/
H A DDrmSupportInfo.h41 : mDrmSupportInfo(drmSupportInfo), mIndex(0) {}
52 DrmSupportInfo* mDrmSupportInfo; member in class:android::DrmSupportInfo::MimeTypeIterator
64 : mDrmSupportInfo(drmSupportInfo), mIndex(0) {}
75 DrmSupportInfo* mDrmSupportInfo; member in class:android::DrmSupportInfo::FileSuffixIterator

Completed in 640 milliseconds