Searched refs:isContentTypeSupported (Results 1 – 8 of 8) sorted by relevance
48 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
35 virtual bool isContentTypeSupported(const android::String8 &mimeType);
36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) { in isContentTypeSupported() function in clearkeydrm::DrmFactory
46 Return<bool> isContentTypeSupported(const hidl_string &mimeType)
35 bool isContentTypeSupported(const String8 &mimeType);
51 bool MockDrmFactory::isContentTypeSupported(const String8 &mimeType) in isContentTypeSupported() function in android::MockDrmFactory
66 virtual bool isContentTypeSupported(const String8 &mimeType) = 0;
617 *isSupported = factory->isContentTypeSupported(mimeType.string()); in matchMimeTypeAndSecurityLevel()