Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCodec2Buffer.h374 bool copyDecryptedContent(const sp<IMemory> &decrypted, size_t length);
DCodec2Buffer.cpp791 bool EncryptedLinearBlockBuffer::copyDecryptedContent( in copyDecryptedContent() function in android::EncryptedLinearBlockBuffer
805 return copyDecryptedContent(mMemory, length); in copyDecryptedContentFromMemory()
DCCodecBufferChannel.cpp1752 encryptedBuffer->copyDecryptedContent(mDecryptDestination, result); in queueSecureInputBuffer()