Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h260 bool mDequeueWaitingForAllocation; variable
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp63 mDequeueWaitingForAllocation(false) {} in BufferQueueProducer()
394 mDequeueWaitingForAllocation = true; in dequeueBuffer()
396 mDequeueWaitingForAllocation = false; in dequeueBuffer()
1441 while (mDequeueWaitingForAllocation) { in allocateBuffers()