Lines Matching refs:CryptoHal
26 CryptoHal::CryptoHal() { in CryptoHal() function in android::CryptoHal
31 CryptoHal::~CryptoHal() {} in ~CryptoHal()
33 status_t CryptoHal::initCheck() const { in initCheck()
40 bool CryptoHal::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()
45 status_t CryptoHal::createPlugin(const uint8_t uuid[16], const void* data, size_t size) { in createPlugin()
51 status_t CryptoHal::destroyPlugin() { in destroyPlugin()
57 bool CryptoHal::requiresSecureDecoderComponent(const char* mime) const { in requiresSecureDecoderComponent()
64 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution()
74 DrmStatus CryptoHal::setMediaDrmSession(const Vector<uint8_t>& sessionId) { in setMediaDrmSession()
80 ssize_t CryptoHal::decrypt(const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, in decrypt()
93 int32_t CryptoHal::setHeap(const sp<HidlMemory>& heap) { in setHeap()
99 void CryptoHal::unsetHeap(int32_t seqNum) { in unsetHeap()
109 status_t CryptoHal::getLogMessages(Vector<drm::V1_4::LogMessage>& logs) const { in getLogMessages()