Searched refs:mNeedsCleanupOnRelease (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/gui/
H A DBufferSlot.h41 mNeedsCleanupOnRelease(false),
132 bool mNeedsCleanupOnRelease; member in struct:android::BufferSlot
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp155 mSlots[slot].mNeedsCleanupOnRelease = false;
253 mSlots[*outSlot].mNeedsCleanupOnRelease = false;
316 } else if (mSlots[slot].mNeedsCleanupOnRelease) {
319 mSlots[slot].mNeedsCleanupOnRelease = false;
H A DBufferQueueCore.cpp194 mSlots[slot].mNeedsCleanupOnRelease = true;

Completed in 48 milliseconds