Searched refs:isContentTypeSupported (Results 1 – 6 of 6) sorted by relevance
35 virtual bool isContentTypeSupported(const android::String8 &mimeType);
36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) { in isContentTypeSupported() function in clearkeydrm::DrmFactory
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;
392 if (mFactories[i]->isContentTypeSupported(mimeType.string())) { in isCryptoSchemeSupported()