Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DCryptoHalAidl.cpp75 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::CryptoHalAidl
171 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 …]
DCryptoHal.cpp27 mCryptoHalAidl = sp<CryptoHalAidl>::make(); in CryptoHal()
DAndroid.bp35 "CryptoHalAidl.cpp",
/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHalAidl.h43 struct CryptoHalAidl : public ICrypto { struct
44 CryptoHalAidl();
45 virtual ~CryptoHalAidl();
86 DISALLOW_EVIL_CONSTRUCTORS(CryptoHalAidl); argument