Searched defs:CryptoPlugin (Results 1 – 2 of 2) sorted by relevance
47 struct CryptoPlugin : public ICryptoPlugin { struct48 CryptoPlugin(android::CryptoPlugin *plugin) : mLegacyPlugin(plugin) {} in CryptoPlugin() argument50 ~CryptoPlugin() {delete mLegacyPlugin;} in ~CryptoPlugin() argument78 void operator=(const CryptoPlugin &) = delete; argument80 std::mutex mSharedBufferLock;
37 sp<V1_0::ICryptoPlugin> DrmHalTest::CryptoPlugin(const SessionId& sid) { in CryptoPlugin() function in android::hardware::drm::V1_4::vts::DrmHalTest