Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/
DDrmFactory.h35 virtual bool isContentTypeSupported(const android::String8 &mimeType);
DDrmFactory.cpp36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) { in isContentTypeSupported() function in clearkeydrm::DrmFactory
/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.cpp392 if (mFactories[i]->isContentTypeSupported(mimeType.string())) { in isCryptoSchemeSupported()