Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DFpsReporter.h47 void addListener(const sp<gui::IFpsListener>& listener, int32_t taskId);
49 void removeListener(const sp<gui::IFpsListener>& listener);
60 sp<gui::IFpsListener> listener;
H A DFpsReporter.cpp91 void FpsReporter::addListener(const sp<gui::IFpsListener>& listener, int32_t taskId) { in addListener()
98 void FpsReporter::removeListener(const sp<gui::IFpsListener>& listener) { in removeListener()
H A DSurfaceFlinger.h681 status_t addFpsListener(int32_t taskId, const sp<gui::IFpsListener>& listener) override;
682 status_t removeFpsListener(const sp<gui::IFpsListener>& listener) override;
H A DSurfaceFlinger.cpp1560 status_t SurfaceFlinger::addFpsListener(int32_t taskId, const sp<gui::IFpsListener>& listener) { in addFpsListener()
1569 status_t SurfaceFlinger::removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener()
/aosp12/frameworks/native/libs/gui/aidl/android/gui/
H A DIFpsListener.aidl20 oneway interface IFpsListener { interface
/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h378 virtual status_t addFpsListener(int32_t taskId, const sp<gui::IFpsListener>& listener) = 0;
382 virtual status_t removeFpsListener(const sp<gui::IFpsListener>& listener) = 0;
H A DSurfaceComposerClient.h623 static status_t addFpsListener(int32_t taskId, const sp<gui::IFpsListener>& listener);
624 static status_t removeFpsListener(const sp<gui::IFpsListener>& listener);
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp813 virtual status_t addFpsListener(int32_t taskId, const sp<gui::IFpsListener>& listener) { in addFpsListener()
826 virtual status_t removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener()
1794 sp<gui::IFpsListener> listener; in onTransact()
1804 sp<gui::IFpsListener> listener; in onTransact()
H A DSurfaceComposerClient.cpp2141 const sp<gui::IFpsListener>& listener) { in addFpsListener()
2145 status_t SurfaceComposerClient::removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp845 status_t addFpsListener(int32_t /*taskId*/, const sp<gui::IFpsListener>& /*listener*/) { in addFpsListener() argument
848 status_t removeFpsListener(const sp<gui::IFpsListener>& /*listener*/) { return NO_ERROR; } in removeFpsListener() argument