Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp70 const std::function<void(std::list<std::unique_ptr<C2Work>> &workItems)> fn = nullptr) in CodecListener()
73 std::list<std::unique_ptr<C2Work>> &workItems) override { in onWorkDone()
76 callBack(workItems); in onWorkDone()
108 std::function<void(std::list<std::unique_ptr<C2Work>> &workItems)> callBack;
118 mListener.reset(new CodecListener([this](std::list<std::unique_ptr<C2Work>> &workItems) { in SetUp() argument
119 handleWorkDone(workItems); in SetUp()
210 void handleWorkDone(std::list<std::unique_ptr<C2Work>> &workItems) { in handleWorkDone() argument
211 for (std::unique_ptr<C2Work> &work : workItems) { in handleWorkDone()