Home
last modified time | relevance | path

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

/frameworks/av/include/drm/
DDrmSupportInfo.h179 bool isSupportedFileSuffix(const String8& fileType) const;
/frameworks/base/drm/java/android/drm/
DDrmSupportInfo.java184 /* package */ boolean isSupportedFileSuffix(String fileSuffix) { in isSupportedFileSuffix() method in DrmSupportInfo
/frameworks/av/drm/common/
DDrmSupportInfo.cpp60 bool DrmSupportInfo::isSupportedFileSuffix(const String8& fileType) const { in isSupportedFileSuffix() function in DrmSupportInfo
/frameworks/av/drm/drmserver/
DDrmManager.cpp587 if (drmSupportInfo.isSupportedFileSuffix(fileSuffix)) { in getSupportedPlugInIdFromPath()