Searched defs:CryptoPlugin (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/include/media/hardware/
H A DCryptoAPI.h26 struct CryptoPlugin;
36 CryptoPlugin **plugin) = 0;
43 struct CryptoPlugin { struct in namespace:android
58 CryptoPlugin() {} function in struct:android::CryptoPlugin
59 virtual ~CryptoPlugin() {}
86 CryptoPlugin(const CryptoPlugin &);
87 CryptoPlugin &operator=(const CryptoPlugin &);

Completed in 83 milliseconds