Searched refs:mDequeueCondition (Results 1 – 4 of 4) sorted by relevance
268 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()
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()958 mCore->mDequeueCondition.notify_all(); in queueBuffer()1083 mCore->mDequeueCondition.notify_all(); in cancelBuffer()1308 mCore->mDequeueCondition.notify_all(); in disconnect()
75 mDequeueCondition(), in BufferQueueCore()
226 mutable std::condition_variable mDequeueCondition; variable