Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp43 std::unique_ptr<C2Work> &work, std::list<uint64_t> &flushedIndices,
252 std::unique_ptr<C2Work> &work, std::list<uint64_t> &flushedIndices, in workDone() argument
282 auto frameIndexIt = std::find(flushedIndices.begin(), flushedIndices.end(), in workDone()
290 if (!flushedIndices.empty() && (frameIndexIt != flushedIndices.end())) { in workDone()
291 flushedIndices.erase(frameIndexIt); in workDone()
301 std::list<uint64_t> &flushedIndices, std::shared_ptr<C2BlockPool> &linearPool, in decodeNFrames() argument
339 flushedIndices.emplace_back(frameID); in decodeNFrames()