Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h301 bool mAllowAllocation; variable
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp345 } else if (mCore->mAllowAllocation) { in waitForFreeSlotThenRelock()
479 if (!mCore->mAllowAllocation) { in dequeueBuffer()
1380 mCore->mAllowAllocation = true; in connect()
1515 if (!mCore->mAllowAllocation) { in allocateBuffers()
1658 mCore->mAllowAllocation = allow; in allowAllocation()
DBufferQueueCore.cpp121 mAllowAllocation(true), in BufferQueueCore()