Searched refs:mDequeueCondition (Results 1 – 4 of 4) sorted by relevance
266 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()
167 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()
74 mDequeueCondition(), in BufferQueueCore()
222 mutable std::condition_variable mDequeueCondition; variable