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

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

Completed in 277 milliseconds