Home
last modified time | relevance | path

Searched refs:CryptoHalHidl (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/libmediadrm/
DCryptoHalHidl.cpp82 CryptoHalHidl::CryptoHalHidl() in CryptoHalHidl() function in android::CryptoHalHidl
87 CryptoHalHidl::~CryptoHalHidl() {} in ~CryptoHalHidl()
89 Vector<sp<ICryptoFactory>> CryptoHalHidl::makeCryptoFactories() { in makeCryptoFactories()
131 sp<ICryptoPlugin> CryptoHalHidl::makeCryptoPlugin(const sp<ICryptoFactory>& factory, in makeCryptoPlugin()
150 status_t CryptoHalHidl::initCheck() const { in initCheck()
154 bool CryptoHalHidl::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()
165 status_t CryptoHalHidl::createPlugin(const uint8_t uuid[16], const void* data, size_t size) { in createPlugin()
184 status_t CryptoHalHidl::destroyPlugin() { in destroyPlugin()
197 bool CryptoHalHidl::requiresSecureDecoderComponent(const char* mime) const { in requiresSecureDecoderComponent()
217 int32_t CryptoHalHidl::setHeapBase(const sp<HidlMemory>& heap) { in setHeapBase()
[all …]
DCryptoHal.cpp28 mCryptoHalHidl = sp<CryptoHalHidl>::make(); in CryptoHal()
DAndroid.bp34 "CryptoHalHidl.cpp",
/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHalHidl.h42 struct CryptoHalHidl : public ICrypto { struct
43 CryptoHalHidl();
44 virtual ~CryptoHalHidl();
103 DISALLOW_EVIL_CONSTRUCTORS(CryptoHalHidl); argument