Lines Matching refs:CryptoHalAidl
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::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()
243 void CryptoHalAidl::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution()
263 DrmStatus CryptoHalAidl::setMediaDrmSession(const Vector<uint8_t>& sessionId) { in setMediaDrmSession()
274 ssize_t CryptoHalAidl::decrypt(const uint8_t keyId[16], const uint8_t iv[16], in decrypt()
368 int32_t CryptoHalAidl::setHeap(const sp<HidlMemory>& heap) { in setHeap()
395 void CryptoHalAidl::unsetHeap(int32_t seqNum) { in unsetHeap()
419 status_t CryptoHalAidl::getLogMessages(Vector<drm::V1_4::LogMessage>& logs) const { in getLogMessages()