Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.h119 std::mutex mDecodeCompleteMutex; variable
DC2Fuzzer.cpp138 std::lock_guard<std::mutex> waitForDecodeComplete(mDecodeCompleteMutex); in handleWorkDone()
299 std::unique_lock<std::mutex> waitForDecodeComplete(mDecodeCompleteMutex); in decodeFrames()