Lines Matching refs:reorder
801 Mutexed<ReorderStash>::Locked reorder(mReorderStash); in start() local
802 reorder->clear(); in start()
804 reorder->setDepth(reorderDepth.value); in start()
807 reorder->setKey(reorderKey.value); in start()
1543 Mutexed<ReorderStash>::Locked reorder(mReorderStash); in handleWork() local
1544 reorder->emplace(buffer, timestamp.peek(), flags, worklet->output.ordinal); in handleWork()
1547 reorder->setDepth(0); in handleWork()
1560 Mutexed<ReorderStash>::Locked reorder(mReorderStash); in sendOutputBuffers() local
1561 if (!reorder->hasPending()) { in sendOutputBuffers()
1564 if (!reorder->pop(&entry)) { in sendOutputBuffers()
1581 reorder->defer(entry); in sendOutputBuffers()
1584 reorder.unlock(); in sendOutputBuffers()
1592 reorder.unlock(); in sendOutputBuffers()