Searched refs:CryptoPlugin (Results 1 – 10 of 10) sorted by relevance
47 struct CryptoPlugin : public ICryptoPlugin { struct48 CryptoPlugin(android::CryptoPlugin *plugin) : mLegacyPlugin(plugin) {} in CryptoPlugin() argument50 ~CryptoPlugin() {delete mLegacyPlugin;} in ~CryptoPlugin() argument73 android::CryptoPlugin *mLegacyPlugin;76 CryptoPlugin() = delete;77 CryptoPlugin(const CryptoPlugin &) = delete;78 void operator=(const CryptoPlugin &) = delete; argument
36 Return<bool> CryptoPlugin::requiresSecureDecoderComponent( in requiresSecureDecoderComponent()41 Return<void> CryptoPlugin::notifyResolution(uint32_t width, in notifyResolution()47 Return<Status> CryptoPlugin::setMediaDrmSession( in setMediaDrmSession()52 Return<void> CryptoPlugin::setSharedBufferBase(const hidl_memory& base, in setSharedBufferBase()63 Return<void> CryptoPlugin::decrypt(bool secure, in decrypt()84 android::CryptoPlugin::Mode legacyMode = android::CryptoPlugin::kMode_Unencrypted; in decrypt()87 legacyMode = android::CryptoPlugin::kMode_Unencrypted; in decrypt()90 legacyMode = android::CryptoPlugin::kMode_AES_CTR; in decrypt()93 legacyMode = android::CryptoPlugin::kMode_AES_WV; in decrypt()96 legacyMode = android::CryptoPlugin::kMode_AES_CBC; in decrypt()[all …]
49 android::CryptoPlugin *legacyPlugin = NULL; in createPlugin()52 CryptoPlugin *newPlugin = NULL; in createPlugin()56 newPlugin = new CryptoPlugin(legacyPlugin); in createPlugin()
151 "CryptoPlugin.cpp",
37 sp<V1_0::ICryptoPlugin> DrmHalTest::CryptoPlugin(const SessionId& sid) { in CryptoPlugin() function in android::hardware::drm::V1_4::vts::DrmHalTest99 sp<V1_0::ICryptoPlugin> crypto(CryptoPlugin(sid)); in TEST_P()160 auto crypto_1_0 = CryptoPlugin(sid); in TEST_P()
70 sp<V1_0::ICryptoPlugin> CryptoPlugin(const SessionId& sid);
49 CHECK_SUBSAMPLE_DEF(CryptoPlugin);
51 CHECK_SUBSAMPLE_DEF(CryptoPlugin);
93 * The DRM Plugin must return ERROR_DRM_DECRYPT if the CryptoPlugin