Searched refs:CryptoPlugin (Results 1 – 9 of 9) sorted by relevance
44 struct CryptoPlugin : public ICryptoPlugin { struct45 CryptoPlugin(android::CryptoPlugin *plugin) : mLegacyPlugin(plugin) {} in CryptoPlugin() function47 ~CryptoPlugin() {delete mLegacyPlugin;} in ~CryptoPlugin() argument70 android::CryptoPlugin *mLegacyPlugin;73 CryptoPlugin() = delete; argument74 CryptoPlugin(const CryptoPlugin &) = delete;75 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()61 Return<void> CryptoPlugin::decrypt(bool secure, in decrypt()82 android::CryptoPlugin::Mode legacyMode; in decrypt()85 legacyMode = android::CryptoPlugin::kMode_Unencrypted; in decrypt()88 legacyMode = android::CryptoPlugin::kMode_AES_CTR; in decrypt()91 legacyMode = android::CryptoPlugin::kMode_AES_WV; in decrypt()94 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()
52 CryptoPlugin.cpp \
48 CHECK_SUBSAMPLE_DEF(CryptoPlugin);
50 CHECK_SUBSAMPLE_DEF(CryptoPlugin);
21 * Ref: frameworks/native/include/media/hardware/CryptoAPI.h:CryptoPlugin
93 * The DRM Plugin must return ERROR_DRM_DECRYPT if the CryptoPlugin