Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp268 mCore->mDequeueCondition.notify_all(); in acquireBuffer()
316 mCore->mDequeueCondition.notify_all(); in detachBuffer()
467 mCore->mDequeueCondition.notify_all(); in releaseBuffer()
521 mCore->mDequeueCondition.notify_all(); in disconnect()
DBufferQueueProducer.cpp167 mCore->mDequeueCondition.notify_all(); in setMaxDequeuedBufferCount()
219 mCore->mDequeueCondition.notify_all(); in setAsyncMode()
342 std::cv_status result = mCore->mDequeueCondition.wait_for(lock, in waitForFreeSlotThenRelock()
348 mCore->mDequeueCondition.wait(lock); in waitForFreeSlotThenRelock()
624 mCore->mDequeueCondition.notify_all(); in detachBuffer()
958 mCore->mDequeueCondition.notify_all(); in queueBuffer()
1083 mCore->mDequeueCondition.notify_all(); in cancelBuffer()
1308 mCore->mDequeueCondition.notify_all(); in disconnect()
DBufferQueueCore.cpp75 mDequeueCondition(), in BufferQueueCore()
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h226 mutable std::condition_variable mDequeueCondition; variable