Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DEventControlThread.h49 void threadMain();
59 std::thread mThread{&EventControlThread::threadMain, this};
DEventControlThread.cpp58 void EventControlThread::threadMain() NO_THREAD_SAFETY_ANALYSIS { in threadMain() function in android::impl::EventControlThread
DEventThread.h160 void threadMain(std::unique_lock<std::mutex>& lock) REQUIRES(mMutex);
DEventThread.cpp172 threadMain(lock); in EventThread()
304 void EventThread::threadMain(std::unique_lock<std::mutex>& lock) { in threadMain() function in android::impl::EventThread
/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/cpp/
DWorkerThread.h64 mThread = std::thread([this]() { threadMain(); }); in launchThread()
82 void threadMain() { in threadMain() function
/frameworks/opt/gamesdk/src/swappy/
DChoreographerFilter.cpp136 mThreadPool.push_back(std::thread([this, thread]() { threadMain(mUseAffinity, thread); })); in launchThreadsLocked()
165 void ChoreographerFilter::threadMain(bool useAffinity, int32_t thread) { in threadMain() function in swappy::ChoreographerFilter
DChoreographerFilter.h44 void threadMain(bool useAffinity, int32_t thread);
DEGL.cpp210 EGL::FenceWaiter::FenceWaiter(): mFenceWaiter(&FenceWaiter::threadMain, this) { in FenceWaiter()
243 void EGL::FenceWaiter::threadMain() { in threadMain() function in swappy::EGL::FenceWaiter
DEGL.h106 void threadMain();
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/
DRenderer.h93 void threadMain();
DRenderer.cpp101 mThread = std::thread([this]() { threadMain(); }); in launchThread()
112 void Renderer::threadMain() { in threadMain() function in samples::Renderer
/frameworks/native/services/surfaceflinger/
DTransactionCompletedThread.cpp75 mThread = std::thread(&TransactionCompletedThread::threadMain, this); in run()
223 void TransactionCompletedThread::threadMain() { in threadMain() function in android::TransactionCompletedThread
DRegionSamplingThread.h105 void threadMain();
DTransactionCompletedThread.h90 void threadMain();
DRegionSamplingThread.cpp173 mThread = std::thread([this]() { threadMain(); }); in __anonedeb02ff0702()
466 void RegionSamplingThread::threadMain() NO_THREAD_SAFETY_ANALYSIS { in threadMain() function in android::RegionSamplingThread