Home
last modified time | relevance | path

Searched defs:SetInputWindowsListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputFlingerService_test.cpp124 struct SetInputWindowsListener : BnSetInputWindowsListener { struct
125 explicit SetInputWindowsListener(std::function<void()> cbFunc) : mCbFunc(cbFunc) {} in SetInputWindowsListener() argument
129 std::function<void()> mCbFunc;
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp270 struct SetInputWindowsListener : os::BnSetInputWindowsListener { struct
271 explicit SetInputWindowsListener(std::function<void()> listenerCb) : mListenerCb(listenerCb) {} in SetInputWindowsListener() argument
275 std::function<void()> mListenerCb;