Lines Matching refs:DrmSupportInfo
32 class DrmSupportInfo {
38 friend class DrmSupportInfo; variable
40 explicit MimeTypeIterator(DrmSupportInfo* drmSupportInfo) in MimeTypeIterator()
52 DrmSupportInfo* mDrmSupportInfo;
60 friend class DrmSupportInfo; variable
63 explicit FileSuffixIterator(DrmSupportInfo* drmSupportInfo) in FileSuffixIterator()
75 DrmSupportInfo* mDrmSupportInfo;
83 DrmSupportInfo();
88 DrmSupportInfo(const DrmSupportInfo& drmSupportInfo);
93 virtual ~DrmSupportInfo() {} in ~DrmSupportInfo()
95 DrmSupportInfo& operator=(const DrmSupportInfo& drmSupportInfo);
96 bool operator<(const DrmSupportInfo& drmSupportInfo) const;
97 bool operator==(const DrmSupportInfo& drmSupportInfo) const;