HomeSort by relevance Sort by last modified time
    Searched refs:isSupportedFileSuffix (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/drm/
DrmSupportInfo.h 179 bool isSupportedFileSuffix(const String8& fileType) const;
  /frameworks/base/drm/java/android/drm/
DrmSupportInfo.java 184 /* package */ boolean isSupportedFileSuffix(String fileSuffix) {
  /frameworks/av/drm/common/
DrmSupportInfo.cpp 60 bool DrmSupportInfo::isSupportedFileSuffix(const String8& fileType) const {
  /frameworks/av/drm/drmserver/
DrmManager.cpp 602 if (drmSupportInfo.isSupportedFileSuffix(fileSuffix)) {

Completed in 227 milliseconds