Home
last modified time | relevance | path

Searched refs:SetInputWindowsListener (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputFlingerService_test.cpp96 struct SetInputWindowsListener;
117 sp<SetInputWindowsListener> mSetInputWindowsListener;
124 struct SetInputWindowsListener : BnSetInputWindowsListener { struct
125 explicit SetInputWindowsListener(std::function<void()> cbFunc) : mCbFunc(cbFunc) {} in SetInputWindowsListener() function
192 binder::Status SetInputWindowsListener::onSetInputWindowsFinished() { in onSetInputWindowsFinished()
286 mSetInputWindowsListener = new SetInputWindowsListener([&]() { in SetUp()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h96 struct SetInputWindowsListener;
1435 sp<SetInputWindowsListener> mSetInputWindowsListener;
DSurfaceFlinger.cpp270 struct SetInputWindowsListener : os::BnSetInputWindowsListener { struct
271 explicit SetInputWindowsListener(std::function<void()> listenerCb) : mListenerCb(listenerCb) {} in SetInputWindowsListener() function
278 binder::Status SetInputWindowsListener::onSetInputWindowsFinished() { in onSetInputWindowsFinished()
353 mSetInputWindowsListener = new SetInputWindowsListener([&]() { setInputWindowsFinished(); }); in SurfaceFlinger()