Lines Matching refs:CryptoHalHidl
82 CryptoHalHidl::CryptoHalHidl() in CryptoHalHidl() function in android::CryptoHalHidl
87 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()
237 void CryptoHalHidl::clearHeapBase(int32_t seqNum) { in clearHeapBase()
258 status_t CryptoHalHidl::checkSharedBuffer(const ::SharedBuffer& buffer) { in checkSharedBuffer()
275 ssize_t CryptoHalHidl::decrypt(const uint8_t keyId[16], const uint8_t iv[16], in decrypt()
378 void CryptoHalHidl::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution()
389 DrmStatus CryptoHalHidl::setMediaDrmSession(const Vector<uint8_t>& sessionId) { in setMediaDrmSession()
400 status_t CryptoHalHidl::getLogMessages(Vector<drm::V1_4::LogMessage>& logs) const { in getLogMessages()