Lines Matching refs:CryptoHal
119 CryptoHal::CryptoHal() in CryptoHal() function in android::CryptoHal
126 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()
279 void CryptoHal::clearHeapBase(int32_t seqNum) { in clearHeapBase()
300 status_t CryptoHal::toSharedBuffer(const sp<IMemory>& memory, int32_t seqNum, ::SharedBuffer* buffe… in toSharedBuffer()
338 ssize_t CryptoHal::decrypt(const uint8_t keyId[16], const uint8_t iv[16], in decrypt()
442 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution()
452 status_t CryptoHal::setMediaDrmSession(const Vector<uint8_t> &sessionId) { in setMediaDrmSession()