Searched refs:isContentTypeSupported (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmFactory.cpp36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) { function in class:clearkeydrm::DrmFactory
H A DDrmFactory.h35 virtual bool isContentTypeSupported(const android::String8 &mimeType);
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h35 bool isContentTypeSupported(const String8 &mimeType);
H A DMockDrmCryptoPlugin.cpp51 bool MockDrmFactory::isContentTypeSupported(const String8 &mimeType) function in class:android::MockDrmFactory
/frameworks/native/include/media/drm/
H A DDrmAPI.h63 // DrmFactory::isContentTypeSupported can be called to determine
66 virtual bool isContentTypeSupported(const String8 &mimeType) = 0;
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp301 return mFactory->isContentTypeSupported(mimeType);
H A DDrmHal.cpp375 if (mFactories[i]->isContentTypeSupported(mimeType.string())) {

Completed in 611 milliseconds