Searched refs:mDequeueCondition (Results 1 – 4 of 4) sorted by relevance
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()
298 mCore->mDequeueCondition.notify_all(); in acquireBuffer()347 mCore->mDequeueCondition.notify_all(); in detachBuffer()498 mCore->mDequeueCondition.notify_all(); in releaseBuffer()552 mCore->mDequeueCondition.notify_all(); in disconnect()
105 mDequeueCondition(), in BufferQueueCore()
220 mutable std::condition_variable mDequeueCondition; variable