Home
last modified time | relevance | path

Searched refs:threadLoop (Results 1 – 6 of 6) 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/Device/
DRenderer.hpp338 void threadLoop(int threadIndex);
DRenderer.cpp625 renderer->threadLoop(threadIndex); in threadFunction()
628 void Renderer::threadLoop(int threadIndex) in threadLoop() function in sw::Renderer
/external/swiftshader/src/Renderer/
DRenderer.hpp369 void threadLoop(int threadIndex);
DRenderer.cpp752 renderer->threadLoop(threadIndex); in threadFunction()
755 void Renderer::threadLoop(int threadIndex) in threadLoop() function in sw::Renderer