Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp292 mCore->mDequeueCondition.notify_all(); in acquireBuffer()
341 mCore->mDequeueCondition.notify_all(); in detachBuffer()
492 mCore->mDequeueCondition.notify_all(); in releaseBuffer()
546 mCore->mDequeueCondition.notify_all(); in disconnect()
DBufferQueueProducer.cpp190 mCore->mDequeueCondition.notify_all(); in setMaxDequeuedBufferCount()
242 mCore->mDequeueCondition.notify_all(); in setAsyncMode()
365 std::cv_status result = mCore->mDequeueCondition.wait_for(lock, in waitForFreeSlotThenRelock()
371 mCore->mDequeueCondition.wait(lock); in waitForFreeSlotThenRelock()
666 mCore->mDequeueCondition.notify_all(); in detachBuffer()
999 mCore->mDequeueCondition.notify_all(); in queueBuffer()
1129 mCore->mDequeueCondition.notify_all(); in cancelBuffer()
1356 mCore->mDequeueCondition.notify_all(); in disconnect()
DBufferQueueCore.cpp106 mDequeueCondition(), in BufferQueueCore()
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h220 mutable std::condition_variable mDequeueCondition; variable