Searched refs:BackgroundExecutor (Results 1 – 9 of 9) sorted by relevance
28 class BackgroundExecutor {30 ~BackgroundExecutor();32 static BackgroundExecutor& getInstance() { in getInstance()33 static BackgroundExecutor instance(true); in getInstance()37 static BackgroundExecutor& getLowPriorityInstance() { in getLowPriorityInstance()38 static BackgroundExecutor instance(false); in getLowPriorityInstance()49 BackgroundExecutor(bool highPriority);
43 BackgroundExecutor::BackgroundExecutor(bool highPriority) { in BackgroundExecutor() function in android::BackgroundExecutor68 BackgroundExecutor::~BackgroundExecutor() { in ~BackgroundExecutor()77 void BackgroundExecutor::sendCallbacks(Callbacks&& tasks) { in sendCallbacks()82 void BackgroundExecutor::flushQueue() { in flushQueue()
43 BackgroundExecutor::getInstance().sendCallbacks( in addWindowInfosListener()55 BackgroundExecutor::getInstance().sendCallbacks({[this, listener]() { in removeWindowInfosListener()64 BackgroundExecutor::getInstance().sendCallbacks({[this, who]() { in binderDied()148 BackgroundExecutor::getInstance().sendCallbacks({[&, this]() { in getDebugInfo()154 BackgroundExecutor::getInstance().flushQueue(); in getDebugInfo()171 BackgroundExecutor::getInstance().sendCallbacks({[this, vsyncId, listenerId]() { in ackWindowInfosReceived()
167 BackgroundExecutor::Callbacks callbacks; in sendCallbacks()215 BackgroundExecutor::getInstance().sendCallbacks(std::move(callbacks)); in sendCallbacks()
160 "BackgroundExecutor.cpp",
4168 BackgroundExecutor::getInstance().sendCallbacks({[updateWindowInfo, in updateInputFlinger()
21 BackgroundExecutor::getInstance().flushQueue(); in ~WindowInfosListenerInvokerTest()61 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()97 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()122 BackgroundExecutor::getInstance().sendCallbacks({[&]() { in TEST_F()165 BackgroundExecutor::getInstance().sendCallbacks({[&]() { in TEST_F()195 BackgroundExecutor::getInstance().sendCallbacks({[&]() { in TEST_F()227 BackgroundExecutor::getInstance().sendCallbacks({[&]() { in TEST_F()237 BackgroundExecutor::getInstance().flushQueue(); in TEST_F()238 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()271 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()[all …]
17 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()37 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()
55 BackgroundExecutor::getInstance().sendCallbacks( in ~SurfaceControlHolder()