Home
last modified time | relevance | path

Searched defs:CryptoPlugin (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.h47 struct CryptoPlugin : public ICryptoPlugin { struct
48 CryptoPlugin(android::CryptoPlugin *plugin) : mLegacyPlugin(plugin) {} in CryptoPlugin() argument
50 ~CryptoPlugin() {delete mLegacyPlugin;} in ~CryptoPlugin() argument
78 void operator=(const CryptoPlugin &) = delete; argument
80 std::mutex mSharedBufferLock;
/hardware/interfaces/drm/1.4/vts/functional/
Ddrm_hal_test.cpp37 sp<V1_0::ICryptoPlugin> DrmHalTest::CryptoPlugin(const SessionId& sid) { in CryptoPlugin() function in android::hardware::drm::V1_4::vts::DrmHalTest