Searched refs:CryptoHalHidl (Results 1 – 4 of 4) sorted by relevance
82 CryptoHalHidl::CryptoHalHidl() in CryptoHalHidl() function in android::CryptoHalHidl87 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 …]
28 mCryptoHalHidl = sp<CryptoHalHidl>::make(); in CryptoHal()
34 "CryptoHalHidl.cpp",
42 struct CryptoHalHidl : public ICrypto { struct43 CryptoHalHidl();44 virtual ~CryptoHalHidl();103 DISALLOW_EVIL_CONSTRUCTORS(CryptoHalHidl); argument