Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControlFpsListener.cpp99 if (SurfaceComposerClient::removeFpsListener(listener) != OK) { in nativeUnregister()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h379 virtual status_t removeFpsListener(const sp<gui::IFpsListener>& listener) = 0;
DSurfaceComposerClient.h619 static status_t removeFpsListener(const sp<gui::IFpsListener>& listener);
/frameworks/native/libs/gui/
DISurfaceComposer.cpp814 virtual status_t removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener() function in android::BpSurfaceComposer
1772 return removeFpsListener(listener); in onTransact()
DSurfaceComposerClient.cpp2104 status_t SurfaceComposerClient::removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener() function in android::SurfaceComposerClient
2105 return ComposerService::getComposerService()->removeFpsListener(listener); in removeFpsListener()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h682 status_t removeFpsListener(const sp<gui::IFpsListener>& listener) override;
DSurfaceFlinger.cpp1559 status_t SurfaceFlinger::removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener() function in android::SurfaceFlinger
/frameworks/native/libs/gui/tests/
DSurface_test.cpp847 status_t removeFpsListener(const sp<gui::IFpsListener>& /*listener*/) { return NO_ERROR; } in removeFpsListener() function in android::FakeSurfaceComposer