Home
last modified time | relevance | path

Searched refs:mAcquireCalled (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/gui/
DBufferSlot.h184 mAcquireCalled(false), in BufferSlot()
227 bool mAcquireCalled; member
DBufferItem.h112 bool mAcquireCalled; variable
/frameworks/native/libs/gui/
DBufferItem.cpp38 mAcquireCalled(false), in BufferItem()
67 addAligned(size, mAcquireCalled); in getPodSize()
152 writeAligned(buffer, size, mAcquireCalled); in flatten()
208 readAligned(buffer, size, mAcquireCalled); in unflatten()
DBufferQueueConsumer.cpp216 outBuffer->mAcquireCalled = mSlots[slot].mAcquireCalled; in acquireBuffer()
236 mSlots[slot].mAcquireCalled = true; in acquireBuffer()
251 if (outBuffer->mAcquireCalled) { in acquireBuffer()
395 mSlots[*outSlot].mAcquireCalled = false; in attachBuffer()
531 if (!mSlots[s].mAcquireCalled) { in getReleasedBuffers()
541 if (current->mAcquireCalled) { in getReleasedBuffers()
DBufferQueueProducer.cpp451 mSlots[found].mAcquireCalled = false; in dequeueBuffer()
723 mSlots[*outSlot].mAcquireCalled = false; in attachBuffer()
829 item.mAcquireCalled = mSlots[slot].mAcquireCalled; in queueBuffer()
DBufferQueueCore.cpp209 mSlots[slot].mAcquireCalled = false; in clearBufferSlotLocked()