Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferQueueCore.h298 bool mAllowAllocation; variable
/aosp12/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp333 } else if (mCore->mAllowAllocation) { in waitForFreeSlotThenRelock()
459 if (!mCore->mAllowAllocation) { in dequeueBuffer()
1289 mCore->mAllowAllocation = true; in connect()
1414 if (!mCore->mAllowAllocation) { in allocateBuffers()
1522 mCore->mAllowAllocation = allow; in allowAllocation()
H A DBufferQueueCore.cpp121 mAllowAllocation(true), in BufferQueueCore()