Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.cpp146 if (mGrallocConsumer.get()) { in ~Allocation()
147 mGrallocConsumer->unlockBuffer(); in ~Allocation()
148 mGrallocConsumer = nullptr; in ~Allocation()
582 mGrallocConsumer = new GrallocConsumer(this, bc, mHal.drvState.grallocFlags); in getSurface()
589 mGrallocConsumer->setFrameAvailableListener(mBufferListener); in getSurface()
611 status_t ret = mGrallocConsumer->lockNextBuffer(); in ioReceive()
DrsAllocation.h223 sp< GrallocConsumer > mGrallocConsumer; variable