Home
last modified time | relevance | path

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

/aosp12/frameworks/base/drm/java/android/drm/
H A DDrmSupportInfo.java186 /* package */ boolean isSupportedFileSuffix(String fileSuffix) { in isSupportedFileSuffix() method in DrmSupportInfo
/aosp12/frameworks/av/include/drm/
H A DDrmSupportInfo.h179 bool isSupportedFileSuffix(const String8& fileType) const;
/aosp12/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp60 bool DrmSupportInfo::isSupportedFileSuffix(const String8& fileType) const { in isSupportedFileSuffix() function in DrmSupportInfo
/aosp12/frameworks/av/drm/drmserver/
H A DDrmManager.cpp749 if (drmSupportInfo.isSupportedFileSuffix(fileSuffix)) { in getSupportedPlugInIdFromPath()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17907 Landroid/drm/DrmSupportInfo;->isSupportedFileSuffix(Ljava/lang/String;)Z