Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferHubProducer.h202 BufferHubSlot() : mBufferProducer(nullptr), mIsReallocating(false) {} in BufferHubSlot()
206 bool mIsReallocating; member
/frameworks/native/libs/gui/
DBufferHubProducer.cpp185 buffers_[slot].mIsReallocating = true; in dequeueBuffer()
219 if (buffers_[slot].mIsReallocating) { in dequeueBuffer()
221 buffers_[slot].mIsReallocating = false; in dequeueBuffer()