Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkCommon.h85 void ioThread();
H A DBenchmarkCommon.cpp23 void CallBackHandle::ioThread() { in ioThread() function in CallBackHandle
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DDecoder.cpp173 mIOThread = thread(&CallBackHandle::ioThread, this); in decode()
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DEncoder.cpp248 mIOThread = thread(&CallBackHandle::ioThread, this); in encode()