Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DWindowInfosListenerInvoker.cpp27 struct WindowInfosReportedListener : gui::BnWindowInfosReportedListener { struct
28 explicit WindowInfosReportedListener(std::function<void()> listenerCb) in WindowInfosReportedListener() function
43 new WindowInfosReportedListener([&]() { windowInfosReported(); }); in WindowInfosListenerInvoker()