Searched refs:removeFpsListener (Results 1 – 8 of 8) sorted by relevance
99 if (SurfaceComposerClient::removeFpsListener(listener) != OK) { in nativeUnregister()
379 virtual status_t removeFpsListener(const sp<gui::IFpsListener>& listener) = 0;
619 static status_t removeFpsListener(const sp<gui::IFpsListener>& listener);
814 virtual status_t removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener() function in android::BpSurfaceComposer1772 return removeFpsListener(listener); in onTransact()
2104 status_t SurfaceComposerClient::removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener() function in android::SurfaceComposerClient2105 return ComposerService::getComposerService()->removeFpsListener(listener); in removeFpsListener()
682 status_t removeFpsListener(const sp<gui::IFpsListener>& listener) override;
1559 status_t SurfaceFlinger::removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener() function in android::SurfaceFlinger
847 status_t removeFpsListener(const sp<gui::IFpsListener>& /*listener*/) { return NO_ERROR; } in removeFpsListener() function in android::FakeSurfaceComposer