Searched refs:mDequeueCondition (Results 1 – 4 of 4) sorted by relevance
292 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()
190 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()
106 mDequeueCondition(), in BufferQueueCore()
220 mutable std::condition_variable mDequeueCondition; variable