Searched refs:SetInputWindowsListener (Results 1 – 3 of 3) sorted by relevance
96 struct SetInputWindowsListener;117 sp<SetInputWindowsListener> mSetInputWindowsListener;124 struct SetInputWindowsListener : BnSetInputWindowsListener { struct125 explicit SetInputWindowsListener(std::function<void()> cbFunc) : mCbFunc(cbFunc) {} in SetInputWindowsListener() function192 binder::Status SetInputWindowsListener::onSetInputWindowsFinished() { in onSetInputWindowsFinished()286 mSetInputWindowsListener = new SetInputWindowsListener([&]() { in SetUp()
96 struct SetInputWindowsListener;1435 sp<SetInputWindowsListener> mSetInputWindowsListener;
270 struct SetInputWindowsListener : os::BnSetInputWindowsListener { struct271 explicit SetInputWindowsListener(std::function<void()> listenerCb) : mListenerCb(listenerCb) {} in SetInputWindowsListener() function278 binder::Status SetInputWindowsListener::onSetInputWindowsFinished() { in onSetInputWindowsFinished()353 mSetInputWindowsListener = new SetInputWindowsListener([&]() { setInputWindowsFinished(); }); in SurfaceFlinger()