Loading services/surfaceflinger/DisplayHardware/FramebufferSurface.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ FramebufferSurface::FramebufferSurface(HWComposer& hwc, PhysicalDisplayId displa const ui::Size& size, const ui::Size& maxSize) : ConsumerBase(producer, consumer), mDisplayId(displayId), mLimitedSize(limitSize(size)), mMaxSize(maxSize), mLimitedSize(limitSize(size)), mCurrentBufferSlot(-1), mCurrentBuffer(), mCurrentFence(Fence::NO_FENCE), Loading services/surfaceflinger/DisplayHardware/FramebufferSurface.h +2 −2 Original line number Diff line number Diff line Loading @@ -76,12 +76,12 @@ private: const PhysicalDisplayId mDisplayId; const ui::Size mLimitedSize; // Framebuffer size has a dimension limitation in pixels based on the graphics capabilities of // the device. const ui::Size mMaxSize; const ui::Size mLimitedSize; // mCurrentBufferIndex is the slot index of the current buffer or // INVALID_BUFFER_SLOT to indicate that either there is no current buffer // or the buffer is not associated with a slot. Loading Loading
services/surfaceflinger/DisplayHardware/FramebufferSurface.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ FramebufferSurface::FramebufferSurface(HWComposer& hwc, PhysicalDisplayId displa const ui::Size& size, const ui::Size& maxSize) : ConsumerBase(producer, consumer), mDisplayId(displayId), mLimitedSize(limitSize(size)), mMaxSize(maxSize), mLimitedSize(limitSize(size)), mCurrentBufferSlot(-1), mCurrentBuffer(), mCurrentFence(Fence::NO_FENCE), Loading
services/surfaceflinger/DisplayHardware/FramebufferSurface.h +2 −2 Original line number Diff line number Diff line Loading @@ -76,12 +76,12 @@ private: const PhysicalDisplayId mDisplayId; const ui::Size mLimitedSize; // Framebuffer size has a dimension limitation in pixels based on the graphics capabilities of // the device. const ui::Size mMaxSize; const ui::Size mLimitedSize; // mCurrentBufferIndex is the slot index of the current buffer or // INVALID_BUFFER_SLOT to indicate that either there is no current buffer // or the buffer is not associated with a slot. Loading