Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h368 bool copyDecryptedContent(const sp<IMemory> &decrypted, size_t length);
391 bool copyDecryptedContent(const sp<IMemory> &decrypted, size_t length);
DCodec2Buffer.cpp1025 bool EncryptedLinearBlockBuffer::copyDecryptedContent( in copyDecryptedContent() function in android::EncryptedLinearBlockBuffer
1039 return copyDecryptedContent(mMemory, length); in copyDecryptedContentFromMemory()
1058 bool EncryptedLinearBlockBuffer::MappedBlock::copyDecryptedContent( in copyDecryptedContent() function in android::EncryptedLinearBlockBuffer::MappedBlock
DCCodecBufferChannel.cpp849 encryptedBuffer->copyDecryptedContent(mDecryptDestination, result); in queueSecureInputBuffer()
1039 mappedBlock->copyDecryptedContent(mDecryptDestination, result); in queueSecureInputBuffers()