Loading services/surfaceflinger/DisplayDevice.h +4 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,10 @@ private: int mActiveConfig; // Panel's mount flip, H, V or 180 (HV) uint32_t mPanelMountFlip; #ifdef USE_HWC2 // current active color mode android_color_mode_t mActiveColorMode; #endif }; }; // namespace android Loading services/surfaceflinger/DisplayUtils.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -104,11 +104,12 @@ HWComposer* DisplayUtils::getHWCInstance( #else HWComposer* DisplayUtils::getHWCInstance( const sp<SurfaceFlinger>& flinger) { #ifdef QTI_BSP if(sUseExtendedImpls) { return new ExHWComposer(flinger); } else { return new HWComposer(flinger); } #endif return new HWComposer(flinger); } #endif Loading services/surfaceflinger/SurfaceFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -3583,9 +3583,9 @@ status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, uint32_t minLayerZ,maxLayerZ; bool useIdentityTransform; Transform::orientation_flags rotation; bool useReadPixels; status_t result; bool isLocalScreenshot; bool useReadPixels; public: MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, Loading Loading
services/surfaceflinger/DisplayDevice.h +4 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,10 @@ private: int mActiveConfig; // Panel's mount flip, H, V or 180 (HV) uint32_t mPanelMountFlip; #ifdef USE_HWC2 // current active color mode android_color_mode_t mActiveColorMode; #endif }; }; // namespace android Loading
services/surfaceflinger/DisplayUtils.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -104,11 +104,12 @@ HWComposer* DisplayUtils::getHWCInstance( #else HWComposer* DisplayUtils::getHWCInstance( const sp<SurfaceFlinger>& flinger) { #ifdef QTI_BSP if(sUseExtendedImpls) { return new ExHWComposer(flinger); } else { return new HWComposer(flinger); } #endif return new HWComposer(flinger); } #endif Loading
services/surfaceflinger/SurfaceFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -3583,9 +3583,9 @@ status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, uint32_t minLayerZ,maxLayerZ; bool useIdentityTransform; Transform::orientation_flags rotation; bool useReadPixels; status_t result; bool isLocalScreenshot; bool useReadPixels; public: MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, Loading