Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dsound_system_echo.cpp49 mThread.reset(new std::thread(std::bind(&SoundSystemEcho::threadLoop, this))); in startThread()
58 void SoundSystemEcho::threadLoop() { in threadLoop() function in SoundSystemEcho
Dsound_system_echo.h48 void threadLoop();
/external/swiftshader/src/Renderer/
DRenderer.hpp368 void threadLoop(int threadIndex);
DRenderer.cpp753 renderer->threadLoop(threadIndex); in threadFunction()
756 void Renderer::threadLoop(int threadIndex) in threadLoop() function in sw::Renderer