Home
last modified time | relevance | path

Searched refs:isContentTypeSupported (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmFactory.cpp48 return isCryptoSchemeSupported(uuid) && isContentTypeSupported(mimeType) && in isCryptoSchemeSupported_1_2()
52 Return<bool> DrmFactory::isContentTypeSupported(const hidl_string &mimeType) { in isContentTypeSupported() function in android::hardware::drm::V1_2::clearkey::DrmFactory
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmFactory.h35 virtual bool isContentTypeSupported(const android::String8 &mimeType);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DDrmFactory.cpp36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) { in isContentTypeSupported() function in clearkeydrm::DrmFactory
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDrmFactory.h46 Return<bool> isContentTypeSupported(const hidl_string &mimeType)
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h35 bool isContentTypeSupported(const String8 &mimeType);
DMockDrmCryptoPlugin.cpp51 bool MockDrmFactory::isContentTypeSupported(const String8 &mimeType) in isContentTypeSupported() function in android::MockDrmFactory
/frameworks/native/headers/media_plugin/media/drm/
DDrmAPI.h66 virtual bool isContentTypeSupported(const String8 &mimeType) = 0;
/frameworks/av/drm/libmediadrm/
DDrmHal.cpp617 *isSupported = factory->isContentTypeSupported(mimeType.string()); in matchMimeTypeAndSecurityLevel()