Home
last modified time | relevance | path

Searched refs:mDequeueCondition (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h223 mutable std::condition_variable mDequeueCondition; variable
/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp298 mCore->mDequeueCondition.notify_all(); in acquireBuffer()
351 mCore->mDequeueCondition.notify_all(); in detachBuffer()
506 mCore->mDequeueCondition.notify_all(); in releaseBuffer()
560 mCore->mDequeueCondition.notify_all(); in disconnect()
DBufferQueueProducer.cpp202 mCore->mDequeueCondition.notify_all(); in setMaxDequeuedBufferCount()
254 mCore->mDequeueCondition.notify_all(); in setAsyncMode()
377 std::cv_status result = mCore->mDequeueCondition.wait_for(lock, in waitForFreeSlotThenRelock()
383 mCore->mDequeueCondition.wait(lock); in waitForFreeSlotThenRelock()
741 mCore->mDequeueCondition.notify_all(); in detachBuffer()
1081 mCore->mDequeueCondition.notify_all(); in queueBuffer()
1214 mCore->mDequeueCondition.notify_all(); in cancelBuffer()
1450 mCore->mDequeueCondition.notify_all(); in disconnect()
DBufferQueueCore.cpp105 mDequeueCondition(), in BufferQueueCore()