Home
last modified time | relevance | path

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

/frameworks/av/media/ndk/fuzzer/
Dndk_async_codec_fuzzer.cpp164 void ThreadLoop();
197 mThreads.at(i) = std::thread(&ThreadPool::ThreadLoop, this); in start()
201 void NdkAsyncCodecFuzzer::ThreadPool::ThreadLoop() { in ThreadLoop() function in NdkAsyncCodecFuzzer::ThreadPool