Home
last modified time | relevance | path

Searched refs:isSupportedMimeType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/drm/java/android/drm/
DDrmSupportInfo.java161 /* package */ boolean isSupportedMimeType(String mimeType) { in isSupportedMimeType() method in DrmSupportInfo
/frameworks/av/include/drm/
DDrmSupportInfo.h169 bool isSupportedMimeType(const String8& mimeType) const;
/frameworks/av/drm/common/
DDrmSupportInfo.cpp45 bool DrmSupportInfo::isSupportedMimeType(const String8& mimeType) const { in isSupportedMimeType() function in DrmSupportInfo
/frameworks/av/drm/drmserver/
DDrmManager.cpp566 if (drmSupportInfo.isSupportedMimeType(mimeType)) { in getSupportedPlugInId()