Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.h165 if (dataThread != nullptr) { in stopBlockingIOThread()
168 dataThread->join(); in stopBlockingIOThread()
169 dataThread = nullptr; in stopBlockingIOThread()
301 std::thread *dataThread = nullptr; variable
DNativeAudioContext.cpp251 dataThread = new std::thread(threadCallback, this); in start()