Lines Matching refs:mHeapSeqNum
141 : mHeapSeqNum(-1), in CCodecBufferChannel()
165 if (mCrypto != nullptr && mHeapSeqNum >= 0) { in ~CCodecBufferChannel()
166 mCrypto->unsetHeap(mHeapSeqNum); in ~CCodecBufferChannel()
337 if (mDecryptDestination && mCrypto && mHeapSeqNum >= 0) { in ensureDecryptDestination()
338 mCrypto->unsetHeap(mHeapSeqNum); in ensureDecryptDestination()
342 mHeapSeqNum = mCrypto->setHeap(hardware::fromHeap(heap)); in ensureDecryptDestination()
404 mDecryptDestination, mHeapSeqNum, &dst.nonsecureMemory); in attachEncryptedBuffer()
532 mDecryptDestination, mHeapSeqNum, &destination.nonsecureMemory); in queueSecureInputBuffer()
1030 if (mCrypto != nullptr && mHeapSeqNum < 0) { in start()
1032 mHeapSeqNum = mCrypto->setHeap(heap); in start()
1034 mHeapSeqNum = -1; in start()
1037 secure, mDealer, mCrypto, mHeapSeqNum, (size_t)capacity, in start()
1873 if (mHeapSeqNum >= 0) { in setCrypto()
1874 mCrypto->unsetHeap(mHeapSeqNum); in setCrypto()
1875 mHeapSeqNum = -1; in setCrypto()