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

/frameworks/base/drm/java/android/drm/
H A DDrmSupportInfo.java47 * @param fileSuffix File suffix that can be handled by this DRM plug-in.
49 public void addFileSuffix(String fileSuffix) { argument
50 mFileSuffixList.add(fileSuffix);
140 * @param fileSuffix File suffix.
143 /* package */ boolean isSupportedFileSuffix(String fileSuffix) { argument
144 return mFileSuffixList.contains(fileSuffix);
/frameworks/base/drm/common/
H A DDrmSupportInfo.cpp91 status_t DrmSupportInfo::addFileSuffix(const String8& fileSuffix) { argument
92 mFileSuffixVector.push(fileSuffix);
/frameworks/base/include/drm/
H A DDrmSupportInfo.h144 status_t addFileSuffix(const String8& fileSuffix);
/frameworks/base/drm/drmserver/
H A DDrmManager.cpp574 const String8 fileSuffix = path.getPathExtension(); local
579 if (drmSupportInfo.isSupportedFileSuffix(fileSuffix)) {

Completed in 565 milliseconds