Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp71 mOutputProducerSlot(BufferQueue::INVALID_BUFFER_SLOT),
189 if (mOutputProducerSlot < 0 || in advanceFrame()
202 sp<GraphicBuffer> outBuffer = mProducerBuffers[mOutputProducerSlot]; in advanceFrame()
204 mOutputProducerSlot, outBuffer.get()); in advanceFrame()
247 if (mOutputProducerSlot >= 0) { in onFrameCommitted()
248 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); in onFrameCommitted()
381 if (mOutputProducerSlot < 0) { in dequeueBuffer()
398 const sp<GraphicBuffer>& buf = mProducerBuffers[mOutputProducerSlot]; in dequeueBuffer()
417 *pslot = mOutputProducerSlot; in dequeueBuffer()
608 mOutputProducerSlot = -1; in resetPerFrameState()
[all …]
DVirtualDisplaySurface.h221 int mOutputProducerSlot; variable