Searched defs:DrmSupportInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/drm/
H A DDrmSupportInfo.h29 * DrmSupportInfo instance.
32 class DrmSupportInfo { class in namespace:android
38 friend class DrmSupportInfo;
40 MimeTypeIterator(DrmSupportInfo* drmSupportInfo)
52 DrmSupportInfo* mDrmSupportInfo;
60 friend class DrmSupportInfo;
63 FileSuffixIterator(DrmSupportInfo* drmSupportInfo)
75 DrmSupportInfo* mDrmSupportInfo;
81 * Constructor for DrmSupportInfo
83 DrmSupportInfo();
[all...]
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp17 #include <drm/DrmSupportInfo.h>
22 DrmSupportInfo::DrmSupportInfo() { function in class:DrmSupportInfo
26 DrmSupportInfo::DrmSupportInfo(const DrmSupportInfo& drmSupportInfo): function in class:DrmSupportInfo
33 bool DrmSupportInfo::operator<(const DrmSupportInfo& drmSupportInfo) const {
39 bool DrmSupportInfo::operator==(const DrmSupportInfo
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmSupportInfo.java30 public class DrmSupportInfo { class
137 * Overridden <code>equals</code> implementation. Two DrmSupportInfo objects
145 if (object instanceof DrmSupportInfo) {
146 DrmSupportInfo info = (DrmSupportInfo) object;

Completed in 71 milliseconds