Searched refs:CryptoHalAidl (Results 1 – 4 of 4) sorted by relevance
75 status_t CryptoHalAidl::checkSharedBuffer(const SharedBufferHidl& buffer) { in checkSharedBuffer()151 bool CryptoHalAidl::isCryptoSchemeSupportedInternal(const uint8_t uuid[16], int* factoryIdx) { in isCryptoSchemeSupportedInternal()166 CryptoHalAidl::CryptoHalAidl() in CryptoHalAidl() function in android::CryptoHalAidl171 CryptoHalAidl::~CryptoHalAidl() {} in ~CryptoHalAidl()173 status_t CryptoHalAidl::initCheck() const { in initCheck()177 bool CryptoHalAidl::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()183 status_t CryptoHalAidl::createPlugin(const uint8_t uuid[16], const void* data, size_t size) { in createPlugin()200 std::shared_ptr<ICryptoPluginAidl> CryptoHalAidl::makeCryptoPlugin( in makeCryptoPlugin()214 status_t CryptoHalAidl::destroyPlugin() { in destroyPlugin()226 bool CryptoHalAidl::requiresSecureDecoderComponent(const char* mime) const { in requiresSecureDecoderComponent()[all …]
27 mCryptoHalAidl = sp<CryptoHalAidl>::make(); in CryptoHal()
35 "CryptoHalAidl.cpp",
43 struct CryptoHalAidl : public ICrypto { struct44 CryptoHalAidl();45 virtual ~CryptoHalAidl();86 DISALLOW_EVIL_CONSTRUCTORS(CryptoHalAidl); argument