Loading libs/dumputils/dump_utils.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ static const char* hal_interfaces_to_dump[] { "android.hardware.health@2.0::IHealth", "android.hardware.media.omx@1.0::IOmx", "android.hardware.media.omx@1.0::IOmxStore", "android.hardware.power.stats@1.0::IPowerStats", "android.hardware.sensors@1.0::ISensors", "android.hardware.vr@1.0::IVr", NULL, Loading services/surfaceflinger/Layer.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -1810,7 +1810,8 @@ Layer::RoundedCornerState Layer::getRoundedCornerState() const { } } const float radius = getDrawingState().cornerRadius; return radius > 0 ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) return radius > 0 && getCrop(getDrawingState()).isValid() ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) : RoundedCornerState(); } Loading services/surfaceflinger/OWNERS +2 −0 Original line number Diff line number Diff line adyabr@google.com akrulec@google.com alecmouri@google.com chaviw@google.com lpy@google.com marissaw@google.com Loading Loading
libs/dumputils/dump_utils.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ static const char* hal_interfaces_to_dump[] { "android.hardware.health@2.0::IHealth", "android.hardware.media.omx@1.0::IOmx", "android.hardware.media.omx@1.0::IOmxStore", "android.hardware.power.stats@1.0::IPowerStats", "android.hardware.sensors@1.0::ISensors", "android.hardware.vr@1.0::IVr", NULL, Loading
services/surfaceflinger/Layer.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -1810,7 +1810,8 @@ Layer::RoundedCornerState Layer::getRoundedCornerState() const { } } const float radius = getDrawingState().cornerRadius; return radius > 0 ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) return radius > 0 && getCrop(getDrawingState()).isValid() ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) : RoundedCornerState(); } Loading
services/surfaceflinger/OWNERS +2 −0 Original line number Diff line number Diff line adyabr@google.com akrulec@google.com alecmouri@google.com chaviw@google.com lpy@google.com marissaw@google.com Loading