Searched refs:requiresSecureDecoderComponent (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/drm/1.0/
H A DICryptoPlugin.hal36 requiresSecureDecoderComponent(string mime)
/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp36 Return<bool> CryptoPlugin::requiresSecureDecoderComponent( function in class:android::hardware::drm::V1_0::implementation::CryptoPlugin
38 return mLegacyPlugin->requiresSecureDecoderComponent(mime.c_str());
H A DCryptoPlugin.h52 Return<bool> requiresSecureDecoderComponent(const hidl_string& mime)
/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_test.cpp978 * Exercise the requiresSecureDecoderComponent method. Additional tests
984 * Verify that requiresSecureDecoderComponent handles empty mimetype.
988 EXPECT_FALSE(cryptoPlugin->requiresSecureDecoderComponent(""));
992 * Verify that requiresSecureDecoderComponent handles invalid mimetype.
996 EXPECT_FALSE(cryptoPlugin->requiresSecureDecoderComponent("bad"));
1000 * Verify that requiresSecureDecoderComponent returns true for secure
1008 EXPECT_TRUE(cryptoPlugin->requiresSecureDecoderComponent(config.mimeType));
H A Ddrm_hal_clearkey_test.cpp840 EXPECT_FALSE(cryptoPlugin->requiresSecureDecoderComponent("cenc"));
844 * Verify that requiresSecureDecoderComponent handles empty mimetype
847 EXPECT_FALSE(cryptoPlugin->requiresSecureDecoderComponent(""));

Completed in 96 milliseconds