Searched defs:CryptoPlugin (Results 1 - 1 of 1) sorted by path

/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.h44 struct CryptoPlugin : public ICryptoPlugin { struct in namespace:android::hardware::drm::V1_0::implementation
45 CryptoPlugin(android::CryptoPlugin *plugin) : mLegacyPlugin(plugin) {} function in struct:android::hardware::drm::V1_0::implementation::CryptoPlugin
47 ~CryptoPlugin() {delete mLegacyPlugin;}
70 android::CryptoPlugin *mLegacyPlugin;
73 CryptoPlugin() = delete;
74 CryptoPlugin(const CryptoPlugin &) = delete;
75 void operator=(const CryptoPlugin &) = delete;

Completed in 8029 milliseconds