Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.cpp132 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices, in workDone()
300 std::list<uint64_t>& flushedIndices, std::mutex& queueLock) { in verifyFlushOutput()
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
H A Dpoc.cpp252 std::unique_ptr<C2Work> &work, std::list<uint64_t> &flushedIndices, in workDone()
301 std::list<uint64_t> &flushedIndices, std::shared_ptr<C2BlockPool> &linearPool, in decodeNFrames()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioEncTest.cpp328 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in encodeNFrames()
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp428 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoEncTest.cpp333 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& graphicPool, in encodeNFrames()
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp481 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames()
/aosp_15_r20/frameworks/av/media/codec2/hal/client/
H A Dclient.cpp3102 std::vector<uint64_t> flushedIndices; in flush() local