Home
last modified time | relevance | path

Searched refs:mGrallocConsumer (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsAllocation.cpp156 if (mGrallocConsumer.get()) { in ~Allocation()
157 mGrallocConsumer->releaseIdx(mCurrentIdx); in ~Allocation()
158 mGrallocConsumer = nullptr; in ~Allocation()
611 mGrallocConsumer = new GrallocConsumer(this, bc, mHal.drvState.grallocFlags, numAlloc); in setupGrallocConsumer()
619 mGrallocConsumer->setFrameAvailableListener(mBufferListener); in setupGrallocConsumer()
642 mGrallocConsumer = alloc->mGrallocConsumer; in shareBufferQueue()
643 mCurrentIdx = mGrallocConsumer->getNextAvailableIdx(this); in shareBufferQueue()
644 if (mCurrentIdx >= mGrallocConsumer->mNumAlloc) { in shareBufferQueue()
671 status_t ret = mGrallocConsumer->lockNextBuffer(mCurrentIdx); in ioReceive()
DrsAllocation.h237 sp< GrallocConsumer > mGrallocConsumer; variable