HomeSort by relevance Sort by last modified time
    Searched defs:EncryptedLinearBlockBuffer (Results 1 - 2 of 2) sorted by null

  /hardware/google/av/media/sfplugin/
Codec2Buffer.h 333 class EncryptedLinearBlockBuffer : public Codec2Buffer {
344 EncryptedLinearBlockBuffer(
349 EncryptedLinearBlockBuffer() = delete;
351 virtual ~EncryptedLinearBlockBuffer() = default;
Codec2Buffer.cpp 755 // EncryptedLinearBlockBuffer
757 EncryptedLinearBlockBuffer::EncryptedLinearBlockBuffer(
768 std::shared_ptr<C2Buffer> EncryptedLinearBlockBuffer::asC2Buffer() {
772 void EncryptedLinearBlockBuffer::fillSourceBuffer(
778 void EncryptedLinearBlockBuffer::fillSourceBuffer(
789 bool EncryptedLinearBlockBuffer::copyDecryptedContent(
802 bool EncryptedLinearBlockBuffer::copyDecryptedContentFromMemory(size_t length) {
806 native_handle_t *EncryptedLinearBlockBuffer::handle() const {

Completed in 63 milliseconds