Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferSlot.h185 mNeedsReallocation(false) { in BufferSlot()
232 bool mNeedsReallocation; member
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp488 attachedByConsumer = mSlots[found].mNeedsReallocation; in dequeueBuffer()
489 mSlots[found].mNeedsReallocation = false; in dequeueBuffer()
797 mSlots[*outSlot].mNeedsReallocation = false; in attachBuffer()
DBufferQueueCore.cpp265 mSlots[slot].mNeedsReallocation = true; in clearBufferSlotLocked()
DBufferQueueConsumer.cpp416 mSlots[*outSlot].mNeedsReallocation = true; in attachBuffer()