Home
last modified time | relevance | path

Searched refs:copyDecryptedContent (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h367 bool copyDecryptedContent(const sp<IMemory> &decrypted, size_t length);
DCodec2Buffer.cpp813 bool EncryptedLinearBlockBuffer::copyDecryptedContent( in copyDecryptedContent() function in android::EncryptedLinearBlockBuffer
827 return copyDecryptedContent(mMemory, length); in copyDecryptedContentFromMemory()
DCCodecBufferChannel.cpp544 encryptedBuffer->copyDecryptedContent(mDecryptDestination, result); in queueSecureInputBuffer()