diff options
Diffstat (limited to 'services/surfaceflinger/DisplayDevice.h')
-rw-r--r-- | services/surfaceflinger/DisplayDevice.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/services/surfaceflinger/DisplayDevice.h b/services/surfaceflinger/DisplayDevice.h index 96590a0..d7aa6fb 100644 --- a/services/surfaceflinger/DisplayDevice.h +++ b/services/surfaceflinger/DisplayDevice.h @@ -82,14 +82,11 @@ public: float getDpiX() const; float getDpiY() const; - float getRefreshRate() const; float getDensity() const; int getWidth() const; int getHeight() const; PixelFormat getFormat() const; uint32_t getFlags() const; - nsecs_t getRefreshPeriod() const; - status_t getInfo(DisplayInfo* info) const; EGLSurface getEGLSurface() const; @@ -149,14 +146,12 @@ private: EGLContext mContext; float mDpiX; float mDpiY; - float mRefreshRate; float mDensity; int mDisplayWidth; int mDisplayHeight; PixelFormat mFormat; uint32_t mFlags; mutable uint32_t mPageFlipCount; - nsecs_t mRefreshPeriod; /* * Can only accessed from the main thread, these members |