Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DBufferQueueCore.h288 bool mAllowAllocation; variable
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp302 } else if (mCore->mAllowAllocation) { in waitForFreeSlotThenRelock()
418 if (!mCore->mAllowAllocation) { in dequeueBuffer()
1215 mCore->mAllowAllocation = true; in connect()
1334 if (!mCore->mAllowAllocation) { in allocateBuffers()
1423 mCore->mAllowAllocation = allow; in allowAllocation()
DBufferQueueCore.cpp86 mAllowAllocation(true), in BufferQueueCore()