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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmFactory.cpp35 bool DrmFactory::isContentTypeSupported(const android::String8 &initDataType) { function in class:clearkeydrm::DrmFactory
H A DDrmFactory.h35 virtual bool isContentTypeSupported(const android::String8 &initDataType);
/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.cpp300 return mFactory->isContentTypeSupported(mimeType);

Completed in 104 milliseconds