Loading include/gui/SurfaceComposerClient.h +0 −6 Original line number Diff line number Diff line Loading @@ -94,12 +94,6 @@ public: //! Close a composer transaction on all active SurfaceComposerClients. static void closeGlobalTransaction(bool synchronous = false); //! Freeze the specified display but not transactions. static status_t freezeDisplay(DisplayID dpy, uint32_t flags = 0); //! Resume updates on the specified display. static status_t unfreezeDisplay(DisplayID dpy, uint32_t flags = 0); //! Set the orientation of the given display static int setOrientation(DisplayID dpy, int orientation, uint32_t flags); Loading libs/gui/SurfaceComposerClient.cpp +0 −14 Original line number Diff line number Diff line Loading @@ -542,20 +542,6 @@ ssize_t SurfaceComposerClient::getNumberOfDisplays() // ---------------------------------------------------------------------------- status_t SurfaceComposerClient::freezeDisplay(DisplayID dpy, uint32_t flags) { // This has been made a no-op because it can cause Gralloc buffer deadlocks. return NO_ERROR; } status_t SurfaceComposerClient::unfreezeDisplay(DisplayID dpy, uint32_t flags) { // This has been made a no-op because it can cause Gralloc buffer deadlocks. return NO_ERROR; } // ---------------------------------------------------------------------------- ScreenshotClient::ScreenshotClient() : mWidth(0), mHeight(0), mFormat(PIXEL_FORMAT_NONE) { } Loading Loading
include/gui/SurfaceComposerClient.h +0 −6 Original line number Diff line number Diff line Loading @@ -94,12 +94,6 @@ public: //! Close a composer transaction on all active SurfaceComposerClients. static void closeGlobalTransaction(bool synchronous = false); //! Freeze the specified display but not transactions. static status_t freezeDisplay(DisplayID dpy, uint32_t flags = 0); //! Resume updates on the specified display. static status_t unfreezeDisplay(DisplayID dpy, uint32_t flags = 0); //! Set the orientation of the given display static int setOrientation(DisplayID dpy, int orientation, uint32_t flags); Loading
libs/gui/SurfaceComposerClient.cpp +0 −14 Original line number Diff line number Diff line Loading @@ -542,20 +542,6 @@ ssize_t SurfaceComposerClient::getNumberOfDisplays() // ---------------------------------------------------------------------------- status_t SurfaceComposerClient::freezeDisplay(DisplayID dpy, uint32_t flags) { // This has been made a no-op because it can cause Gralloc buffer deadlocks. return NO_ERROR; } status_t SurfaceComposerClient::unfreezeDisplay(DisplayID dpy, uint32_t flags) { // This has been made a no-op because it can cause Gralloc buffer deadlocks. return NO_ERROR; } // ---------------------------------------------------------------------------- ScreenshotClient::ScreenshotClient() : mWidth(0), mHeight(0), mFormat(PIXEL_FORMAT_NONE) { } Loading