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/
DBufferQueueCore.cpp217 mSlots[slot].mNeedsReallocation = true; in clearBufferSlotLocked()
DBufferQueueProducer.cpp461 attachedByConsumer = mSlots[found].mNeedsReallocation; in dequeueBuffer()
462 mSlots[found].mNeedsReallocation = false; in dequeueBuffer()
756 mSlots[*outSlot].mNeedsReallocation = false; in attachBuffer()
DBufferQueueConsumer.cpp385 mSlots[*outSlot].mNeedsReallocation = true; in attachBuffer()