Home
last modified time | relevance | path

Searched refs:mDequeueWaitingForAllocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h268 bool mDequeueWaitingForAllocation; variable
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp86 mDequeueWaitingForAllocation(false) {} in BufferQueueProducer()
417 mDequeueWaitingForAllocation = true; in dequeueBuffer()
419 mDequeueWaitingForAllocation = false; in dequeueBuffer()
1510 while (mDequeueWaitingForAllocation) { in allocateBuffers()