Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueCore.cpp68 mIsAllocating(false), in BufferQueueCore()
233 while (mIsAllocating) { in waitWhileAllocatingLocked()
DBufferQueueProducer.cpp950 mCore->mIsAllocating = true; in allocateBuffers()
962 mCore->mIsAllocating = false; in allocateBuffers()
979 mCore->mIsAllocating = false; in allocateBuffers()
1000 mCore->mIsAllocating = false; in allocateBuffers()
/frameworks/native/include/gui/
DBufferQueueCore.h244 bool mIsAllocating; variable