Searched refs:mDequeueCondition (Results 1 – 4 of 4) sorted by relevance
223 mutable std::condition_variable mDequeueCondition; variable
298 mCore->mDequeueCondition.notify_all(); in acquireBuffer()351 mCore->mDequeueCondition.notify_all(); in detachBuffer()506 mCore->mDequeueCondition.notify_all(); in releaseBuffer()560 mCore->mDequeueCondition.notify_all(); in disconnect()
202 mCore->mDequeueCondition.notify_all(); in setMaxDequeuedBufferCount()254 mCore->mDequeueCondition.notify_all(); in setAsyncMode()377 std::cv_status result = mCore->mDequeueCondition.wait_for(lock, in waitForFreeSlotThenRelock()383 mCore->mDequeueCondition.wait(lock); in waitForFreeSlotThenRelock()741 mCore->mDequeueCondition.notify_all(); in detachBuffer()1081 mCore->mDequeueCondition.notify_all(); in queueBuffer()1214 mCore->mDequeueCondition.notify_all(); in cancelBuffer()1450 mCore->mDequeueCondition.notify_all(); in disconnect()
105 mDequeueCondition(), in BufferQueueCore()