Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueCore.cpp89 mIsAllocating(false), in BufferQueueCore()
322 while (mIsAllocating) { in waitWhileAllocatingLocked()
432 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()
1382 mCore->mIsAllocating = true; in allocateBuffers()
1397 mCore->mIsAllocating = false; in allocateBuffers()
1415 mCore->mIsAllocating = false; in allocateBuffers()
1443 mCore->mIsAllocating = false; in allocateBuffers()
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h296 bool mIsAllocating; variable