Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp266 mCore->mDequeueCondition.notify_all(); in acquireBuffer()
314 mCore->mDequeueCondition.notify_all(); in detachBuffer()
463 mCore->mDequeueCondition.notify_all(); in releaseBuffer()
517 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()
949 mCore->mDequeueCondition.notify_all(); in queueBuffer()
1074 mCore->mDequeueCondition.notify_all(); in cancelBuffer()
1300 mCore->mDequeueCondition.notify_all(); in disconnect()
DBufferQueueCore.cpp74 mDequeueCondition(), in BufferQueueCore()
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h222 mutable std::condition_variable mDequeueCondition; variable