Searched refs:workList (Results 1 – 3 of 3) sorted by relevance
318 void yieldBufferQueueBlocks(const std::list<std::unique_ptr<C2Work>>& workList,355 void holdBufferQueueBlocks(const std::list<std::unique_ptr<C2Work>>& workList,
120 std::list<std::unique_ptr<C2Work>> workList; in TEST_F() local121 err = mComponent->queue(&workList); in TEST_F()
1637 void forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, in forEachBlock() argument1640 for (const std::unique_ptr<C2Work>& work : workList) { in forEachBlock()1723 const std::list<std::unique_ptr<C2Work>>& workList, in yieldBufferQueueBlocks() argument1725 forEachBlock(workList, yieldBufferQueueBlock, processInput, processOutput); in yieldBufferQueueBlocks()1786 void holdBufferQueueBlocks(const std::list<std::unique_ptr<C2Work>>& workList, in holdBufferQueueBlocks() argument1791 forEachBlock(workList, in holdBufferQueueBlocks()