Home
last modified time | relevance | path

Searched refs:mIsAllocating (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
DBufferQueueCore.cpp88 mIsAllocating(false), in BufferQueueCore()
315 while (mIsAllocating) { in waitWhileAllocatingLocked()
425 if (mSlots[slot].mGraphicBuffer == nullptr && !mIsAllocating) { in validateConsistencyLocked()
DBufferQueueProducer.cpp393 if (mCore->mFreeBuffers.empty() && mCore->mIsAllocating) { in dequeueBuffer()
476 mCore->mIsAllocating = true; in dequeueBuffer()
529 mCore->mIsAllocating = false; in dequeueBuffer()
1374 mCore->mIsAllocating = true; in allocateBuffers()
1389 mCore->mIsAllocating = false; in allocateBuffers()
1407 mCore->mIsAllocating = false; in allocateBuffers()
1435 mCore->mIsAllocating = false; in allocateBuffers()
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h292 bool mIsAllocating; variable