Home
last modified time | relevance | path

Searched refs:isContentTypeSupported (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DDrmFactory.cpp45 Return<bool> DrmFactory::isContentTypeSupported ( in isContentTypeSupported() function in android::hardware::drm::V1_0::implementation::DrmFactory
48 if (loader.getFactory(i)->isContentTypeSupported(String8(mimeType.c_str()))) { in isContentTypeSupported()
DDrmFactory.h49 Return<bool> isContentTypeSupported(const hidl_string &mimeType)
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal45 isContentTypeSupported(string mimeType) generates(bool isSupported);
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp63 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()
Ddrm_hal_vendor_test.cpp115 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()