Home
last modified time | relevance | path

Searched refs:workList (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Dtypes.h318 void yieldBufferQueueBlocks(const std::list<std::unique_ptr<C2Work>>& workList,
355 void holdBufferQueueBlocks(const std::list<std::unique_ptr<C2Work>>& workList,
/hardware/google/av/codec2/hidl/1.0/mts/component/
DMtsHidlC2V1_0TargetComponentTest.cpp120 std::list<std::unique_ptr<C2Work>> workList; in TEST_F() local
121 err = mComponent->queue(&workList); in TEST_F()
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1637 void forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, in forEachBlock() argument
1640 for (const std::unique_ptr<C2Work>& work : workList) { in forEachBlock()
1723 const std::list<std::unique_ptr<C2Work>>& workList, in yieldBufferQueueBlocks() argument
1725 forEachBlock(workList, yieldBufferQueueBlock, processInput, processOutput); in yieldBufferQueueBlocks()
1786 void holdBufferQueueBlocks(const std::list<std::unique_ptr<C2Work>>& workList, in holdBufferQueueBlocks() argument
1791 forEachBlock(workList, in holdBufferQueueBlocks()