Searched refs:CryptoHal (Results 1 – 4 of 4) sorted by relevance
119 CryptoHal::CryptoHal() in CryptoHal() function in android::CryptoHal126 CryptoHal::~CryptoHal() { in ~CryptoHal()129 Vector<sp<ICryptoFactory>> CryptoHal::makeCryptoFactories() { in makeCryptoFactories()171 sp<ICryptoPlugin> CryptoHal::makeCryptoPlugin(const sp<ICryptoFactory>& factory, in makeCryptoPlugin()189 status_t CryptoHal::initCheck() const { in initCheck()194 bool CryptoHal::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()205 status_t CryptoHal::createPlugin(const uint8_t uuid[16], const void *data, in createPlugin()227 status_t CryptoHal::destroyPlugin() { in destroyPlugin()239 bool CryptoHal::requiresSecureDecoderComponent(const char *mime) const { in requiresSecureDecoderComponent()260 int32_t CryptoHal::setHeapBase(const sp<IMemoryHeap>& heap) { in setHeapBase()[all …]
26 "CryptoHal.cpp",
39 struct CryptoHal : public BnCrypto { struct40 CryptoHal();41 virtual ~CryptoHal();112 DISALLOW_EVIL_CONSTRUCTORS(CryptoHal); argument
38 return new CryptoHal; in makeCrypto()