Home
last modified time | relevance | path

Searched refs:sendCallbacks (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DWindowInfosListenerInvokerTest.cpp61 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()
238 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()
271 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()
274 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()
DBackgroundExecutorTest.cpp17 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()
37 BackgroundExecutor::getInstance().sendCallbacks( in TEST_F()
/frameworks/native/services/surfaceflinger/
DWindowInfosListenerInvoker.cpp43 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()
171 BackgroundExecutor::getInstance().sendCallbacks({[this, vsyncId, listenerId]() { in ackWindowInfosReceived()
DBackgroundExecutor.cpp77 void BackgroundExecutor::sendCallbacks(Callbacks&& tasks) { in sendCallbacks() function in android::BackgroundExecutor
86 sendCallbacks({[&]() { in flushQueue()
DBackgroundExecutor.h45 void sendCallbacks(Callbacks&& tasks);
DTransactionCallbackInvoker.cpp164 void TransactionCallbackInvoker::sendCallbacks(bool onCommitOnly) { in sendCallbacks() function in android::TransactionCallbackInvoker
215 BackgroundExecutor::getInstance().sendCallbacks(std::move(callbacks)); in sendCallbacks()
DTransactionCallbackInvoker.h75 void sendCallbacks(bool onCommitOnly);
DSurfaceFlinger.cpp2708 mTransactionCallbackInvoker.sendCallbacks(false /* onCommitOnly */); in commit()
2711 mTransactionCallbackInvoker.sendCallbacks(true /* onCommitOnly */); in commit()
3290 mTransactionCallbackInvoker.sendCallbacks(false /* onCommitOnly */); in onCompositionPresented()
4168 BackgroundExecutor::getInstance().sendCallbacks({[updateWindowInfo, in updateInputFlinger()
/frameworks/native/services/surfaceflinger/Utils/
DOverlayUtils.h55 BackgroundExecutor::getInstance().sendCallbacks( in ~SurfaceControlHolder()