Searched refs:isContentTypeSupported (Results 1 – 5 of 5) sorted by relevance
45 Return<bool> DrmFactory::isContentTypeSupported ( in isContentTypeSupported() function in android::hardware::drm::V1_0::implementation::DrmFactory48 if (loader.getFactory(i)->isContentTypeSupported(String8(mimeType.c_str()))) { in isContentTypeSupported()
49 Return<bool> isContentTypeSupported(const hidl_string &mimeType)
45 isContentTypeSupported(string mimeType) generates(bool isSupported);
63 EXPECT_FALSE(drmFactory->isContentTypeSupported(empty)); in TEST_P()71 EXPECT_FALSE(drmFactory->isContentTypeSupported(invalid)); in TEST_P()79 EXPECT_TRUE(drmFactory->isContentTypeSupported(cencType)); in TEST_P()
115 EXPECT_FALSE(drmFactory->isContentTypeSupported(empty)); in TEST_P()123 EXPECT_FALSE(drmFactory->isContentTypeSupported(invalid)); in TEST_P()132 EXPECT_TRUE(drmFactory->isContentTypeSupported(config.mimeType)); in TEST_P()