Home
last modified time | relevance | path

Searched defs: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
31 binder::Status onWindowInfosReported() override { in onWindowInfosReported()
38 std::function<void()> mListenerCb;