Home
last modified time | relevance | path

Searched refs:mHeapSeqNum (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp859 mHeapSeqNum(heapSeqNum) {
898 return new EncryptedLinearBlockBuffer(mFormat, block, memory, mHeapSeqNum); in alloc()
905 int32_t mHeapSeqNum; member in android::__anon5ff58d220111::EncryptedLinearInputBuffers
1576 : mHeapSeqNum(-1), in CCodecBufferChannel()
1588 if (mCrypto != nullptr && mDealer != nullptr && mHeapSeqNum >= 0) { in ~CCodecBufferChannel()
1589 mCrypto->unsetHeap(mHeapSeqNum); in ~CCodecBufferChannel()
2189 if (mCrypto != nullptr && mHeapSeqNum < 0) { in start()
2190 mHeapSeqNum = mCrypto->setHeap(mDealer->getMemoryHeap()); in start()
2192 mHeapSeqNum = -1; in start()
2195 secure, mDealer, mCrypto, mHeapSeqNum, (size_t)capacity, mName)); in start()
DCodec2Buffer.cpp767 mHeapSeqNum(heapSeqNum) { in EncryptedLinearBlockBuffer()
777 source->mHeapSeqNum = mHeapSeqNum; in fillSourceBuffer()
DCodec2Buffer.h398 int32_t mHeapSeqNum; variable
DCCodecBufferChannel.h226 int32_t mHeapSeqNum; variable