Searched refs:CryptoHal (Results 1 – 5 of 5) sorted by relevance
84 CryptoHal::CryptoHal() in CryptoHal() function in android::CryptoHal90 CryptoHal::~CryptoHal() { in ~CryptoHal()93 Vector<sp<ICryptoFactory>> CryptoHal::makeCryptoFactories() { in makeCryptoFactories()135 sp<ICryptoPlugin> CryptoHal::makeCryptoPlugin(const sp<ICryptoFactory>& factory, in makeCryptoPlugin()156 status_t CryptoHal::initCheck() const { in initCheck()161 bool CryptoHal::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()172 status_t CryptoHal::createPlugin(const uint8_t uuid[16], const void *data, in createPlugin()192 status_t CryptoHal::destroyPlugin() { in destroyPlugin()204 bool CryptoHal::requiresSecureDecoderComponent(const char *mime) const { in requiresSecureDecoderComponent()225 int32_t CryptoHal::setHeapBase(const sp<HidlMemory>& heap) { in setHeapBase()[all …]
31 "CryptoHal.cpp",
176 return MakeObject<CryptoHal>(pstatus); in MakeCrypto()
43 struct CryptoHal : public ICrypto { struct44 CryptoHal();45 virtual ~CryptoHal();104 DISALLOW_EVIL_CONSTRUCTORS(CryptoHal); argument
127 sp<CryptoHal> mCrypto = nullptr;327 mCrypto = new CryptoHal(); in initCrypto()