Loading libs/hwui/thread/ThreadBase.h +2 −0 Original line number Diff line number Diff line Loading @@ -68,10 +68,12 @@ protected: void processQueue() { mQueue.process(); } virtual bool threadLoop() override { Looper::setForThread(mLooper); while (!exitPending()) { waitForWork(); processQueue(); } Looper::setForThread(nullptr); return false; } Loading Loading
libs/hwui/thread/ThreadBase.h +2 −0 Original line number Diff line number Diff line Loading @@ -68,10 +68,12 @@ protected: void processQueue() { mQueue.process(); } virtual bool threadLoop() override { Looper::setForThread(mLooper); while (!exitPending()) { waitForWork(); processQueue(); } Looper::setForThread(nullptr); return false; } Loading